#BD901B

Color #BD901B Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #BD901B

Tints of Buddha Gold #BD901B

Color information

#BD901B (or 0xBD901B) is unknown color: approx Buddha Gold. HEX triplet: BD, 90 and 1B. RGB value is (189,144,27). Sum of RGB (Red+Green+Blue) = 189+144+27=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD901B is #426FE4. Grayscale: #909090. Windows color (decimal): -4354021 or 1806525. OLE color: 1806525.

HSL color Cylindrical-coordinate representation of color #BD901B: hue angle of 43.33º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD901B is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB18914427-
CMYK00.240.860.26
HSL43.33º75%42.35%-
HSV(B)43.33º85.71%74.12%-
XYZ31.1630.845.35-
YUV144.1261.91160.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 27 (10.94% from 255) = 7.5%
R=52.5%
G=40%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891442700.240.860.2643.337542.35
HexBD901B018561A2b4b2a
Octal27522033030126325311352
Binary1011110110010000110110110001010110110101010111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD901B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD901B; }

 p { color: rgb(189,144,27); }

 H1.HeaderClassName
 {
   color: #BD901B;
 }
 .AnyTagClassName
 {
   color: #BD901B;
 }
</style>
background-color css

<style>
 a { background-color: #BD901B; }

 a { background-color: rgb(189,144,27); }

 div.DivClassName
 {
   background-color: #BD901B;
 }
 .BgClassName
 {
   background-color: #BD901B;
 }
</style>
border-color css

<style>
 span { border-color: #BD901B; }

 span { border-color: rgb(189,144,27); }

 td.TdClassName
 {
   border-color: #BD901B;
 }
 .TagClassName
 {
   border-color: #BD901B;
 }
</style>