Html Css Color HEX #BB9611 Buddha Gold

📋 copy color: '#BB9611'

red 187 ◦ green 150 ◦ blue 17

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

Shades of Buddha Gold #BB9611

Tints of Buddha Gold #BB9611

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.37%

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

R = 52.82%
G = 42.37%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB9611 (or 0xBB9611) is known color: Buddha Gold. HEX triplet: BB, 96 and 11. RGB value is (187,150,17). Sum of RGB (Red+Green+Blue) = 187+150+17=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9611 is #4469EE. Grayscale: #929292. Windows color (decimal): -4483567 or 1152699. OLE color: 1152699.

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

Color convert

RGB 187 150 17 -
CMYK 0 0.20 0.91 0.27
HSL 46.94º 0.83% 0.4% -
HSV(B) 46.94º 0.91% 0.73% -
XYZ 31.5 32.42 5.13 -
YUV 145.9 55.26 157.31 -
System Red Green Blue C M Y K H S L
Decimal 187 150 17 0 0.20 0.91 0.27 46.94 0.83 0.4
Hex BB 96 11 0 14 5B 1B 2F 53 28
Octal 273 226 21 0 24 133 33 57 123 50
Binary 10111011 10010110 10001 0 10100 1011011 11011 101111 1010011 101000

Color Harmonies of #BB9611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9611

Black with #BB9611

Text Example


Text Example

White with #BB9611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9611; }

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

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

background-color css

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

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

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

border-color css

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

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

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