Html Css Color HEX #BB9918 Buddha Gold

📋 copy color: '#BB9918'

red 187 ◦ green 153 ◦ blue 24

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

Shades of Buddha Gold #BB9918

Tints of Buddha Gold #BB9918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.59%

R = 51.37%
G = 42.03%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB9918 (or 0xBB9918) is known color: Buddha Gold. HEX triplet: BB, 99 and 18. RGB value is (187,153,24). Sum of RGB (Red+Green+Blue) = 187+153+24=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9918 is #4466E7. Grayscale: #959595. Windows color (decimal): -4482792 or 1612219. OLE color: 1612219.

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

Color convert

RGB 187 153 24 -
CMYK 0 0.18 0.87 0.27
HSL 47.48º 0.77% 0.41% -
HSV(B) 47.48º 0.87% 0.73% -
XYZ 32.05 33.41 5.62 -
YUV 148.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 187 153 24 0 0.18 0.87 0.27 47.48 0.77 0.41
Hex BB 99 18 0 12 57 1B 2F 4D 29
Octal 273 231 30 0 22 127 33 57 115 51
Binary 10111011 10011001 11000 0 10010 1010111 11011 101111 1001101 101001

Color Harmonies of #BB9918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9918

Black with #BB9918

Text Example


Text Example

White with #BB9918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9918; }

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

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

background-color css

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

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

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

border-color css

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

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

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