#BBA600

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

Shades of Buddha Gold #BBA600

Tints of Buddha Gold #BBA600

Color information

#BBA600 (or 0xBBA600) is unknown color: approx Buddha Gold. HEX triplet: BB, A6 and 00. RGB value is (187,166,0). Sum of RGB (Red+Green+Blue) = 187+166+0=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA600 is #4459FF. Grayscale: #9A9A9A. Windows color (decimal): -4479488 or 42683. OLE color: 42683.

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

Color convert

RGB1871660-
CMYK00.1110.27
HSL53.26º100%36.67%-
HSV(B)53.26º100%73.33%-
XYZ34.1337.845.5-
YUV153.3541.46152-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 166 (65.23% from 255) = 47.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.97%
G=47.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187166000.1110.2753.2610036.67
HexBBA600B641B356425
Octal2732460013144336514445
Binary10111011101001100010111100100110111101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA600; }

 p { color: rgb(187,166,0); }

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

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

 a { background-color: rgb(187,166,0); }

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

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

 span { border-color: rgb(187,166,0); }

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