Html Css Color HEX #BB9D0E Buddha Gold

📋 copy color: '#BB9D0E'

red 187 ◦ green 157 ◦ blue 14

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

Shades of Buddha Gold #BB9D0E

Tints of Buddha Gold #BB9D0E

RGB

 RED value IS 187 (73.44% from 255) = 52.23%

 GREEN value IS 157 (61.72% from 255) = 43.85%

 BLUE value IS 14 (5.86% from 255) = 3.91%

R = 52.23%
G = 43.85%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB9D0E (or 0xBB9D0E) is known color: Buddha Gold. HEX triplet: BB, 9D and 0E. RGB value is (187,157,14). Sum of RGB (Red+Green+Blue) = 187+157+14=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9D0E is #4462F1. Grayscale: #969696. Windows color (decimal): -4481778 or 957883. OLE color: 957883.

HSL color Cylindrical-coordinate representation of color #BB9D0E: hue angle of 49.6º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB9D0E is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 157 14 -
CMYK 0 0.16 0.93 0.27
HSL 49.6º 0.86% 0.39% -
HSV(B) 49.6º 0.93% 0.73% -
XYZ 32.63 34.71 5.4 -
YUV 149.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 187 157 14 0 0.16 0.93 0.27 49.6 0.86 0.39
Hex BB 9D E 0 10 5D 1B 32 56 27
Octal 273 235 16 0 20 135 33 62 126 47
Binary 10111011 10011101 1110 0 10000 1011101 11011 110010 1010110 100111

Color Harmonies of #BB9D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9D0E

Black with #BB9D0E

Text Example


Text Example

White with #BB9D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9D0E; }

 p { color: rgb(187,157,14); }

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

background-color css

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

 a { background-color: rgb(187,157,14); }

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

border-color css

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

 span { border-color: rgb(187,157,14); }

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