Html Css Color HEX #BB9911 Buddha Gold

📋 copy color: '#BB9911'

red 187 ◦ green 153 ◦ blue 17

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

Shades of Buddha Gold #BB9911

Tints of Buddha Gold #BB9911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.76%

R = 52.38%
G = 42.86%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB9911 (or 0xBB9911) is known color: Buddha Gold. HEX triplet: BB, 99 and 11. RGB value is (187,153,17). Sum of RGB (Red+Green+Blue) = 187+153+17=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9911 is #4466EE. Grayscale: #949494. Windows color (decimal): -4482799 or 1153467. OLE color: 1153467.

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

Color convert

RGB 187 153 17 -
CMYK 0 0.18 0.91 0.27
HSL 48º 0.83% 0.4% -
HSV(B) 48º 0.91% 0.73% -
XYZ 31.99 33.39 5.29 -
YUV 147.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 187 153 17 0 0.18 0.91 0.27 48 0.83 0.4
Hex BB 99 11 0 12 5B 1B 30 53 28
Octal 273 231 21 0 22 133 33 60 123 50
Binary 10111011 10011001 10001 0 10010 1011011 11011 110000 1010011 101000

Color Harmonies of #BB9911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9911

Black with #BB9911

Text Example


Text Example

White with #BB9911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9911; }

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

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

background-color css

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

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

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

border-color css

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

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

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