#BCA77E

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

Shades of Pavlova #BCA77E

Tints of Pavlova #BCA77E

Color information

#BCA77E (or 0xBCA77E) is unknown color: approx Pavlova. HEX triplet: BC, A7 and 7E. RGB value is (188,167,126). Sum of RGB (Red+Green+Blue) = 188+167+126=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA77E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA77E is #435881. Grayscale: #A8A8A8. Windows color (decimal): -4413570 or 8300476. OLE color: 8300476.

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

Color convert

RGB188167126-
CMYK00.110.330.26
HSL39.68º31.63%61.57%-
HSV(B)39.68º32.98%73.73%-
XYZ38.3239.8425.41-
YUV168.6103.96141.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=39.09%
G=34.72%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816712600.110.330.2639.6831.6361.57
HexBCA77E0B211A28203e
Octal2742471760134132504076
Binary101111001010011111111100101110000111010101000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA77E; }

 p { color: rgb(188,167,126); }

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

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

 a { background-color: rgb(188,167,126); }

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

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

 span { border-color: rgb(188,167,126); }

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