Html Css Color HEX #BB9211 Buddha Gold

📋 copy color: '#BB9211'

red 187 ◦ green 146 ◦ blue 17

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

Shades of Buddha Gold #BB9211

Tints of Buddha Gold #BB9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.71%

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

R = 53.43%
G = 41.71%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB9211 (or 0xBB9211) is known color: Buddha Gold. HEX triplet: BB, 92 and 11. RGB value is (187,146,17). Sum of RGB (Red+Green+Blue) = 187+146+17=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9211 is #446DEE. Grayscale: #909090. Windows color (decimal): -4484591 or 1151675. OLE color: 1151675.

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

Color convert

RGB 187 146 17 -
CMYK 0 0.22 0.91 0.27
HSL 45.53º 0.83% 0.4% -
HSV(B) 45.53º 0.91% 0.73% -
XYZ 30.87 31.16 4.92 -
YUV 143.55 56.58 158.99 -
System Red Green Blue C M Y K H S L
Decimal 187 146 17 0 0.22 0.91 0.27 45.53 0.83 0.4
Hex BB 92 11 0 16 5B 1B 2E 53 28
Octal 273 222 21 0 26 133 33 56 123 50
Binary 10111011 10010010 10001 0 10110 1011011 11011 101110 1010011 101000

Color Harmonies of #BB9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9211

Black with #BB9211

Text Example


Text Example

White with #BB9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9211; }

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

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

background-color css

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

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

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

border-color css

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

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

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