#BCA67B

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

Shades of Pavlova #BCA67B

Tints of Pavlova #BCA67B

Color information

#BCA67B (or 0xBCA67B) is unknown color: approx Pavlova. HEX triplet: BC, A6 and 7B. RGB value is (188,166,123). Sum of RGB (Red+Green+Blue) = 188+166+123=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA67B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA67B is #435984. Grayscale: #A7A7A7. Windows color (decimal): -4413829 or 8103612. OLE color: 8103612.

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

Color convert

RGB188166123-
CMYK00.120.350.26
HSL39.69º32.66%60.98%-
HSV(B)39.69º34.57%73.73%-
XYZ37.9539.3924.34-
YUV167.68102.79142.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=39.41%
G=34.80%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816612300.120.350.2639.6932.6660.98
HexBCA67B0C231A28213d
Octal2742461730144332504175
Binary101111001010011011110110110010001111010101000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA67B; }

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

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

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

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

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

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

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

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