#BCA37B

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

Shades of Pavlova #BCA37B

Tints of Pavlova #BCA37B

Color information

#BCA37B (or 0xBCA37B) is unknown color: approx Pavlova. HEX triplet: BC, A3 and 7B. RGB value is (188,163,123). Sum of RGB (Red+Green+Blue) = 188+163+123=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 163 (64.06% from 255 or 34.39% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA37B is #435C84. Grayscale: #A6A6A6. Windows color (decimal): -4414597 or 8102844. OLE color: 8102844.

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

Color convert

RGB188163123-
CMYK00.130.350.26
HSL36.92º32.66%60.98%-
HSV(B)36.92º34.57%73.73%-
XYZ37.4138.3224.16-
YUV165.92103.78143.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 163 (64.06% from 255) = 34.39%
BLUE value IS 123 (48.44% from 255) = 25.95%
R=39.66%
G=34.39%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816312300.130.350.2636.9232.6660.98
HexBCA37B0D231A25213d
Octal2742431730154332454175
Binary101111001010001111110110110110001111010100101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA37B; }

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

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

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

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

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

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

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

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