#BCA47B

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

Shades of Pavlova #BCA47B

Tints of Pavlova #BCA47B

Color information

#BCA47B (or 0xBCA47B) is unknown color: approx Pavlova. HEX triplet: BC, A4 and 7B. RGB value is (188,164,123). Sum of RGB (Red+Green+Blue) = 188+164+123=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA47B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA47B is #435B84. Grayscale: #A6A6A6. Windows color (decimal): -4414341 or 8103100. OLE color: 8103100.

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

Color convert

RGB188164123-
CMYK00.130.350.26
HSL37.85º32.66%60.98%-
HSV(B)37.85º34.57%73.73%-
XYZ37.5938.6724.22-
YUV166.5103.45143.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=39.58%
G=34.53%
B=25.89%

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
Decimal18816412300.130.350.2637.8532.6660.98
HexBCA47B0D231A26213d
Octal2742441730154332464175
Binary101111001010010011110110110110001111010100110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA47B; }

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

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

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

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

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

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

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

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