#BEA67C

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

Shades of Pavlova #BEA67C

Tints of Pavlova #BEA67C

Color information

#BEA67C (or 0xBEA67C) is unknown color: approx Pavlova. HEX triplet: BE, A6 and 7C. RGB value is (190,166,124). Sum of RGB (Red+Green+Blue) = 190+166+124=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA67C is #415983. Grayscale: #A8A8A8. Windows color (decimal): -4282756 or 8169150. OLE color: 8169150.

HSL color Cylindrical-coordinate representation of color #BEA67C: hue angle of 38.18º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA67C is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB190166124-
CMYK00.130.350.25
HSL38.18º33.67%61.57%-
HSV(B)38.18º34.74%74.51%-
XYZ38.5139.6724.7-
YUV168.39102.95143.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 166 (65.23% from 255) = 34.58%
BLUE value IS 124 (48.83% from 255) = 25.83%
R=39.58%
G=34.58%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016612400.130.350.2538.1833.6761.57
HexBEA67C0D231926223e
Octal2762461740154331464276
Binary101111101010011011111000110110001111001100110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA67C; }

 p { color: rgb(190,166,124); }

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

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

 a { background-color: rgb(190,166,124); }

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

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

 span { border-color: rgb(190,166,124); }

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