#BFA24A

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

Shades of Sundance #BFA24A

Tints of Sundance #BFA24A

Color information

#BFA24A (or 0xBFA24A) is unknown color: approx Sundance. HEX triplet: BF, A2 and 4A. RGB value is (191,162,74). Sum of RGB (Red+Green+Blue) = 191+162+74=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA24A is #405DB5. Grayscale: #A1A1A1. Windows color (decimal): -4218294 or 4891327. OLE color: 4891327.

HSL color Cylindrical-coordinate representation of color #BFA24A: hue angle of 45.13º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFA24A is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19116274-
CMYK00.150.610.25
HSL45.13º47.76%51.96%-
HSV(B)45.13º61.26%74.9%-
XYZ35.6437.4111.82-
YUV160.6479.11149.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 74 (29.30% from 255) = 17.33%
R=44.73%
G=37.94%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911627400.150.610.2545.1347.7651.96
HexBFA24A0F3D192d3034
Octal2772421120177531556064
Binary101111111010001010010100111111110111001101101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA24A; }

 p { color: rgb(191,162,74); }

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

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

 a { background-color: rgb(191,162,74); }

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

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

 span { border-color: rgb(191,162,74); }

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