Html Css Color HEX #BB9E16 Buddha Gold

📋 copy color: '#BB9E16'

red 187 ◦ green 158 ◦ blue 22

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

Shades of Buddha Gold #BB9E16

Tints of Buddha Gold #BB9E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 50.95%
G = 43.05%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB9E16 (or 0xBB9E16) is known color: Buddha Gold. HEX triplet: BB, 9E and 16. RGB value is (187,158,22). Sum of RGB (Red+Green+Blue) = 187+158+22=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9E16 is #4461E9. Grayscale: #979797. Windows color (decimal): -4481514 or 1482427. OLE color: 1482427.

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

Color convert

RGB 187 158 22 -
CMYK 0 0.16 0.88 0.27
HSL 49.45º 0.79% 0.41% -
HSV(B) 49.45º 0.88% 0.73% -
XYZ 32.87 35.08 5.8 -
YUV 151.17 55.11 153.56 -
System Red Green Blue C M Y K H S L
Decimal 187 158 22 0 0.16 0.88 0.27 49.45 0.79 0.41
Hex BB 9E 16 0 10 58 1B 31 4F 29
Octal 273 236 26 0 20 130 33 61 117 51
Binary 10111011 10011110 10110 0 10000 1011000 11011 110001 1001111 101001

Color Harmonies of #BB9E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E16

Black with #BB9E16

Text Example


Text Example

White with #BB9E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E16; }

 p { color: rgb(187,158,22); }

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

background-color css

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

 a { background-color: rgb(187,158,22); }

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

border-color css

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

 span { border-color: rgb(187,158,22); }

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