#BBA210

Color #BBA210 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #BBA210

Tints of Buddha Gold #BBA210

Color information

#BBA210 (or 0xBBA210) is unknown color: approx Buddha Gold. HEX triplet: BB, A2 and 10. RGB value is (187,162,16). Sum of RGB (Red+Green+Blue) = 187+162+16=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA210 is #445DEF. Grayscale: #999999. Windows color (decimal): -4480496 or 1090235. OLE color: 1090235.

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

Color convert

RGB18716216-
CMYK00.130.910.27
HSL51.23º84.24%39.8%-
HSV(B)51.23º91.44%73.33%-
XYZ33.5136.445.76-
YUV152.8350.78152.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 16 (6.64% from 255) = 4.38%
R=51.23%
G=44.38%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871621600.130.910.2751.2384.2439.8
HexBBA2100D5B1B335428
Octal27324220015133336312450
Binary101110111010001010000011011011011110111100111010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA210; }

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

 H1.HeaderClassName
 {
   color: #BBA210;
 }
 .AnyTagClassName
 {
   color: #BBA210;
 }
</style>
background-color css

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

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

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

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

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

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