#BBB934

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

Shades of Old Gold #BBB934

Tints of Old Gold #BBB934

Color information

#BBB934 (or 0xBBB934) is unknown color: approx Old Gold. HEX triplet: BB, B9 and 34. RGB value is (187,185,52). Sum of RGB (Red+Green+Blue) = 187+185+52=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB934 is #4446CB. Grayscale: #AAAAAA. Windows color (decimal): -4474572 or 3455419. OLE color: 3455419.

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

Color convert

RGB18718552-
CMYK00.010.720.27
HSL59.11º56.49%46.86%-
HSV(B)59.11º72.19%73.33%-
XYZ38.4645.5110.01-
YUV170.4461.16139.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 185 (72.66% from 255) = 43.63%
BLUE value IS 52 (20.70% from 255) = 12.26%
R=44.10%
G=43.63%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871855200.010.720.2759.1156.4946.86
HexBBB93401481B3b382f
Octal273271640111033737057
Binary101110111011100111010001100100011011111011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB934; }

 p { color: rgb(187,185,52); }

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

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

 a { background-color: rgb(187,185,52); }

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

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

 span { border-color: rgb(187,185,52); }

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