#BBBA36

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

Shades of Old Gold #BBBA36

Tints of Old Gold #BBBA36

Color information

#BBBA36 (or 0xBBBA36) is unknown color: approx Old Gold. HEX triplet: BB, BA and 36. RGB value is (187,186,54). Sum of RGB (Red+Green+Blue) = 187+186+54=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBA36 is #4445C9. Grayscale: #ABABAB. Windows color (decimal): -4474314 or 3586747. OLE color: 3586747.

HSL color Cylindrical-coordinate representation of color #BBBA36: hue angle of 59.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBBA36 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB18718654-
CMYK00.010.710.27
HSL59.55º55.19%47.25%-
HSV(B)59.55º71.12%73.33%-
XYZ38.7245.9510.32-
YUV171.2561.83139.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 186 (73.05% from 255) = 43.56%
BLUE value IS 54 (21.48% from 255) = 12.65%
R=43.79%
G=43.56%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871865400.010.710.2759.5555.1947.25
HexBBBA3601471B3c372f
Octal273272660110733746757
Binary101110111011101011011001100011111011111100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA36; }

 p { color: rgb(187,186,54); }

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

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

 a { background-color: rgb(187,186,54); }

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

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

 span { border-color: rgb(187,186,54); }

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