#BBAC4F

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

Shades of Sundance #BBAC4F

Tints of Sundance #BBAC4F

Color information

#BBAC4F (or 0xBBAC4F) is unknown color: approx Sundance. HEX triplet: BB, AC and 4F. RGB value is (187,172,79). Sum of RGB (Red+Green+Blue) = 187+172+79=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC4F is #4453B0. Grayscale: #A6A6A6. Windows color (decimal): -4477873 or 5221563. OLE color: 5221563.

HSL color Cylindrical-coordinate representation of color #BBAC4F: hue angle of 51.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBAC4F is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18717279-
CMYK00.080.580.27
HSL51.67º44.26%52.16%-
HSV(B)51.67º57.75%73.33%-
XYZ36.6640.6313.31-
YUV165.8878.97143.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 79 (31.25% from 255) = 18.04%
R=42.69%
G=39.27%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871727900.080.580.2751.6744.2652.16
HexBBAC4F083A1B342c34
Octal2732541170107233645464
Binary101110111010110010011110100011101011011110100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC4F; }

 p { color: rgb(187,172,79); }

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

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

 a { background-color: rgb(187,172,79); }

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

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

 span { border-color: rgb(187,172,79); }

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