Html Css Color HEX #BBA011 Buddha Gold

📋 copy color: '#BBA011'

red 187 ◦ green 160 ◦ blue 17

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

Shades of Buddha Gold #BBA011

Tints of Buddha Gold #BBA011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.96%

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

R = 51.37%
G = 43.96%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBA011 (or 0xBBA011) is known color: Buddha Gold. HEX triplet: BB, A0 and 11. RGB value is (187,160,17). Sum of RGB (Red+Green+Blue) = 187+160+17=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA011 is #445FEE. Grayscale: #989898. Windows color (decimal): -4481007 or 1155259. OLE color: 1155259.

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

Color convert

RGB 187 160 17 -
CMYK 0 0.14 0.91 0.27
HSL 50.47º 0.83% 0.4% -
HSV(B) 50.47º 0.91% 0.73% -
XYZ 33.17 35.75 5.68 -
YUV 151.77 51.95 153.13 -
System Red Green Blue C M Y K H S L
Decimal 187 160 17 0 0.14 0.91 0.27 50.47 0.83 0.4
Hex BB A0 11 0 E 5B 1B 32 53 28
Octal 273 240 21 0 16 133 33 62 123 50
Binary 10111011 10100000 10001 0 1110 1011011 11011 110010 1010011 101000

Color Harmonies of #BBA011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA011

Black with #BBA011

Text Example


Text Example

White with #BBA011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA011; }

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

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

background-color css

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

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

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

border-color css

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

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

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