#BBA312

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

Shades of Buddha Gold #BBA312

Tints of Buddha Gold #BBA312

Color information

#BBA312 (or 0xBBA312) is unknown color: approx Buddha Gold. HEX triplet: BB, A3 and 12. RGB value is (187,163,18). Sum of RGB (Red+Green+Blue) = 187+163+18=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA312 is #445CED. Grayscale: #9A9A9A. Windows color (decimal): -4480238 or 1221563. OLE color: 1221563.

HSL color Cylindrical-coordinate representation of color #BBA312: hue angle of 51.48º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBA312 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18716318-
CMYK00.130.900.27
HSL51.48º82.44%40.2%-
HSV(B)51.48º90.37%73.33%-
XYZ33.736.85.9-
YUV153.6551.45151.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 163 (64.06% from 255) = 44.29%
BLUE value IS 18 (7.42% from 255) = 4.89%
R=50.82%
G=44.29%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871631800.130.900.2751.4882.4440.2
HexBBA3120D5A1B335228
Octal27324322015132336312250
Binary101110111010001110010011011011010110111100111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA312; }

 p { color: rgb(187,163,18); }

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

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

 a { background-color: rgb(187,163,18); }

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

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

 span { border-color: rgb(187,163,18); }

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