#BCA37D

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

Shades of Pavlova #BCA37D

Tints of Pavlova #BCA37D

Color information

#BCA37D (or 0xBCA37D) is unknown color: approx Pavlova. HEX triplet: BC, A3 and 7D. RGB value is (188,163,125). Sum of RGB (Red+Green+Blue) = 188+163+125=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA37D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA37D is #435C82. Grayscale: #A6A6A6. Windows color (decimal): -4414595 or 8233916. OLE color: 8233916.

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

Color convert

RGB188163125-
CMYK00.130.340.26
HSL36.19º31.98%61.37%-
HSV(B)36.19º33.51%73.73%-
XYZ37.5438.3724.83-
YUV166.14104.78143.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 163 (64.06% from 255) = 34.24%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=39.50%
G=34.24%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816312500.130.340.2636.1931.9861.37
HexBCA37D0D221A24203d
Octal2742431750154232444075
Binary101111001010001111111010110110001011010100100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA37D; }

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

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

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

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

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

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

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

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