#bca34f

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

Shades of Sundance #BCA34F

Tints of Sundance #BCA34F

Color information

#BCA34F (or 0xBCA34F) is unknown color: approx Sundance. HEX triplet: BC, A3 and 4F. RGB value is (188,163,79). Sum of RGB (Red+Green+Blue) = 188+163+79=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA34F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA34F is #435CB0. Grayscale: #A1A1A1. Windows color (decimal): -4414641 or 5219260. OLE color: 5219260.

HSL color Cylindrical-coordinate representation of color #BCA34F: hue angle of 46.24º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCA34F is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18816379-
CMYK00.130.580.26
HSL46.24º44.86%52.35%-
HSV(B)46.24º57.98%73.73%-
XYZ35.2537.4512.77-
YUV160.981.78147.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 79 (31.25% from 255) = 18.37%
R=43.72%
G=37.91%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881637900.130.580.2646.2444.8652.35
HexBCA34F0D3A1A2e2d34
Octal2742431170157232565564
Binary101111001010001110011110110111101011010101110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bca34f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bca34f; }

 p { color: rgb(188,163,79); }

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

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

 a { background-color: rgb(188,163,79); }

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

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

 span { border-color: rgb(188,163,79); }

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