Html Css Color HEX #BB9916 Buddha Gold

📋 copy color: '#BB9916'

red 187 ◦ green 153 ◦ blue 22

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

Shades of Buddha Gold #BB9916

Tints of Buddha Gold #BB9916

RGB

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

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

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

R = 51.66%
G = 42.27%
B = 6.08%

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

#BB9916 (or 0xBB9916) is known color: Buddha Gold. HEX triplet: BB, 99 and 16. RGB value is (187,153,22). Sum of RGB (Red+Green+Blue) = 187+153+22=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9916 is #4466E9. Grayscale: #949494. Windows color (decimal): -4482794 or 1481147. OLE color: 1481147.

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

Color convert

RGB 187 153 22 -
CMYK 0 0.18 0.88 0.27
HSL 47.64º 0.79% 0.41% -
HSV(B) 47.64º 0.88% 0.73% -
XYZ 32.03 33.41 5.52 -
YUV 148.23 56.76 155.65 -
System Red Green Blue C M Y K H S L
Decimal 187 153 22 0 0.18 0.88 0.27 47.64 0.79 0.41
Hex BB 99 16 0 12 58 1B 30 4F 29
Octal 273 231 26 0 22 130 33 60 117 51
Binary 10111011 10011001 10110 0 10010 1011000 11011 110000 1001111 101001

Color Harmonies of #BB9916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9916

Black with #BB9916

Text Example


Text Example

White with #BB9916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9916; }

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

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

background-color css

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

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

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

border-color css

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

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

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