Html Css Color HEX #BBA211 Buddha Gold

📋 copy color: '#BBA211'

red 187 ◦ green 162 ◦ blue 17

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

Shades of Buddha Gold #BBA211

Tints of Buddha Gold #BBA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.26%

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

R = 51.09%
G = 44.26%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBA211 (or 0xBBA211) is known color: Buddha Gold. HEX triplet: BB, A2 and 11. RGB value is (187,162,17). Sum of RGB (Red+Green+Blue) = 187+162+17=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA211 is #445DEE. Grayscale: #999999. Windows color (decimal): -4480495 or 1155771. OLE color: 1155771.

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

Color convert

RGB 187 162 17 -
CMYK 0 0.13 0.91 0.27
HSL 51.18º 0.83% 0.4% -
HSV(B) 51.18º 0.91% 0.73% -
XYZ 33.52 36.45 5.8 -
YUV 152.95 51.28 152.29 -
System Red Green Blue C M Y K H S L
Decimal 187 162 17 0 0.13 0.91 0.27 51.18 0.83 0.4
Hex BB A2 11 0 D 5B 1B 33 53 28
Octal 273 242 21 0 15 133 33 63 123 50
Binary 10111011 10100010 10001 0 1101 1011011 11011 110011 1010011 101000

Color Harmonies of #BBA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA211

Black with #BBA211

Text Example


Text Example

White with #BBA211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA211; }

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

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

background-color css

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

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

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

border-color css

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

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

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