Html Css Color HEX #BD9E0C Buddha Gold

📋 copy color: '#BD9E0C'

red 189 ◦ green 158 ◦ blue 12

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

Shades of Buddha Gold #BD9E0C

Tints of Buddha Gold #BD9E0C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.01%

 BLUE value IS 12 (5.08% from 255) = 3.34%

R = 52.65%
G = 44.01%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD9E0C (or 0xBD9E0C) is known color: Buddha Gold. HEX triplet: BD, 9E and 0C. RGB value is (189,158,12). Sum of RGB (Red+Green+Blue) = 189+158+12=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9E0C is #4261F3. Grayscale: #979797. Windows color (decimal): -4350452 or 827069. OLE color: 827069.

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

Color convert

RGB 189 158 12 -
CMYK 0 0.16 0.94 0.26
HSL 49.49º 0.88% 0.39% -
HSV(B) 49.49º 0.94% 0.74% -
XYZ 33.28 35.3 5.41 -
YUV 150.63 49.77 155.37 -
System Red Green Blue C M Y K H S L
Decimal 189 158 12 0 0.16 0.94 0.26 49.49 0.88 0.39
Hex BD 9E C 0 10 5E 1A 31 58 27
Octal 275 236 14 0 20 136 32 61 130 47
Binary 10111101 10011110 1100 0 10000 1011110 11010 110001 1011000 100111

Color Harmonies of #BD9E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E0C

Black with #BD9E0C

Text Example


Text Example

White with #BD9E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E0C; }

 p { color: rgb(189,158,12); }

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

background-color css

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

 a { background-color: rgb(189,158,12); }

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

border-color css

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

 span { border-color: rgb(189,158,12); }

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