#BCA87B

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

Shades of Pavlova #BCA87B

Tints of Pavlova #BCA87B

Color information

#BCA87B (or 0xBCA87B) is unknown color: approx Pavlova. HEX triplet: BC, A8 and 7B. RGB value is (188,168,123). Sum of RGB (Red+Green+Blue) = 188+168+123=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA87B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA87B is #435784. Grayscale: #A9A9A9. Windows color (decimal): -4413317 or 8104124. OLE color: 8104124.

HSL color Cylindrical-coordinate representation of color #BCA87B: hue angle of 41.54º 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 #BCA87B is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB188168123-
CMYK00.110.350.26
HSL41.54º32.66%60.98%-
HSV(B)41.54º34.57%73.73%-
XYZ38.3240.1324.46-
YUV168.85102.13141.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 123 (48.44% from 255) = 25.68%
R=39.25%
G=35.07%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816812300.110.350.2641.5432.6660.98
HexBCA87B0B231A2a213d
Octal2742501730134332524175
Binary101111001010100011110110101110001111010101010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA87B; }

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

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

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

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

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

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

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

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