Html Css Color HEX #BD9F08 Buddha Gold

📋 copy color: '#BD9F08'

red 189 ◦ green 159 ◦ blue 8

#BD9F08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #BD9F08

Tints of Buddha Gold #BD9F08

RGB

 RED value IS 189 (74.22% from 255) = 53.09%

 GREEN value IS 159 (62.5% from 255) = 44.66%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 53.09%
G = 44.66%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD9F08 (or 0xBD9F08) is known color: Buddha Gold. HEX triplet: BD, 9F and 08. RGB value is (189,159,8). Sum of RGB (Red+Green+Blue) = 189+159+8=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9F08 is #4260F7. Grayscale: #979797. Windows color (decimal): -4350200 or 565181. OLE color: 565181.

HSL color Cylindrical-coordinate representation of color #BD9F08: hue angle of 50.06º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD9F08 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 159 8 -
CMYK 0 0.16 0.96 0.26
HSL 50.06º 0.92% 0.39% -
HSV(B) 50.06º 0.96% 0.74% -
XYZ 33.43 35.63 5.35 -
YUV 150.76 47.44 155.28 -
System Red Green Blue C M Y K H S L
Decimal 189 159 8 0 0.16 0.96 0.26 50.06 0.92 0.39
Hex BD 9F 8 0 10 60 1A 32 5C 27
Octal 275 237 10 0 20 140 32 62 134 47
Binary 10111101 10011111 1000 0 10000 1100000 11010 110010 1011100 100111

Color Harmonies of #BD9F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F08

Black with #BD9F08

Text Example


Text Example

White with #BD9F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F08; }

 p { color: rgb(189,159,8); }

 H1.HeaderClassName
 {
   color: #BD9F08;
 }
 .AnyTagClassName
 {
   color: #BD9F08;
 }
</style>

background-color css

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

 a { background-color: rgb(189,159,8); }

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

border-color css

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

 span { border-color: rgb(189,159,8); }

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