#BBA74C

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

Shades of Sundance #BBA74C

Tints of Sundance #BBA74C

Color information

#BBA74C (or 0xBBA74C) is unknown color: approx Sundance. HEX triplet: BB, A7 and 4C. RGB value is (187,167,76). Sum of RGB (Red+Green+Blue) = 187+167+76=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA74C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA74C is #4458B3. Grayscale: #A2A2A2. Windows color (decimal): -4479156 or 5023675. OLE color: 5023675.

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

Color convert

RGB18716776-
CMYK00.110.590.27
HSL49.19º44.94%51.57%-
HSV(B)49.19º59.36%73.33%-
XYZ35.6238.7212.43-
YUV162.6179.13145.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 167 (65.62% from 255) = 38.84%
BLUE value IS 76 (30.08% from 255) = 17.67%
R=43.49%
G=38.84%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871677600.110.590.2749.1944.9451.57
HexBBA74C0B3B1B312d34
Octal2732471140137333615564
Binary101110111010011110011000101111101111011110001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA74C; }

 p { color: rgb(187,167,76); }

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

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

 a { background-color: rgb(187,167,76); }

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

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

 span { border-color: rgb(187,167,76); }

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