#BBA803

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

Shades of Buddha Gold #BBA803

Tints of Buddha Gold #BBA803

Color information

#BBA803 (or 0xBBA803) is unknown color: approx Buddha Gold. HEX triplet: BB, A8 and 03. RGB value is (187,168,3). Sum of RGB (Red+Green+Blue) = 187+168+3=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA803 is #4457FC. Grayscale: #9B9B9B. Windows color (decimal): -4478973 or 239803. OLE color: 239803.

HSL color Cylindrical-coordinate representation of color #BBA803: hue angle of 53.8º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBA803 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1871683-
CMYK00.100.980.27
HSL53.8º96.84%37.25%-
HSV(B)53.8º98.4%73.33%-
XYZ34.5138.585.71-
YUV154.8742.29150.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.23%
GREEN value IS 168 (66.02% from 255) = 46.93%
BLUE value IS 3 (1.56% from 255) = 0.84%
R=52.23%
G=46.93%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187168300.100.980.2753.896.8437.25
HexBBA830A621B366125
Octal2732503012142336614145
Binary101110111010100011010101100010110111101101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA803; }

 p { color: rgb(187,168,3); }

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

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

 a { background-color: rgb(187,168,3); }

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

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

 span { border-color: rgb(187,168,3); }

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