Html Css Color HEX #BB9917 Buddha Gold

📋 copy color: '#BB9917'

red 187 ◦ green 153 ◦ blue 23

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

Shades of Buddha Gold #BB9917

Tints of Buddha Gold #BB9917

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

 BLUE value IS 23 (9.38% from 255) = 6.34%

R = 51.52%
G = 42.15%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB9917 (or 0xBB9917) is known color: Buddha Gold. HEX triplet: BB, 99 and 17. RGB value is (187,153,23). Sum of RGB (Red+Green+Blue) = 187+153+23=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9917 is #4466E8. Grayscale: #949494. Windows color (decimal): -4482793 or 1546683. OLE color: 1546683.

HSL color Cylindrical-coordinate representation of color #BB9917: hue angle of 47.56º degrees, saturation: 0.78, 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 #BB9917 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 153 23 -
CMYK 0 0.18 0.88 0.27
HSL 47.56º 0.78% 0.41% -
HSV(B) 47.56º 0.88% 0.73% -
XYZ 32.04 33.41 5.57 -
YUV 148.35 57.26 155.57 -
System Red Green Blue C M Y K H S L
Decimal 187 153 23 0 0.18 0.88 0.27 47.56 0.78 0.41
Hex BB 99 17 0 12 58 1B 30 4E 29
Octal 273 231 27 0 22 130 33 60 116 51
Binary 10111011 10011001 10111 0 10010 1011000 11011 110000 1001110 101001

Color Harmonies of #BB9917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9917

Black with #BB9917

Text Example


Text Example

White with #BB9917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9917; }

 p { color: rgb(187,153,23); }

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

background-color css

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

 a { background-color: rgb(187,153,23); }

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

border-color css

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

 span { border-color: rgb(187,153,23); }

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