#B8A27B

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

Shades of Pavlova #B8A27B

Tints of Pavlova #B8A27B

Color information

#B8A27B (or 0xB8A27B) is unknown color: approx Pavlova. HEX triplet: B8, A2 and 7B. RGB value is (184,162,123). Sum of RGB (Red+Green+Blue) = 184+162+123=469 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.23% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A27B is #475D84. Grayscale: #A4A4A4. Windows color (decimal): -4676997 or 8102584. OLE color: 8102584.

HSL color Cylindrical-coordinate representation of color #B8A27B: hue angle of 38.36º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8A27B is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB184162123-
CMYK00.120.330.28
HSL38.36º30.05%60.2%-
HSV(B)38.36º33.15%72.16%-
XYZ36.2637.4624.06-
YUV164.13104.79142.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.23%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=39.23%
G=34.54%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416212300.120.330.2838.3630.0560.2
HexB8A27B0C211C261e3c
Octal2702421730144134463674
Binary10111000101000101111011011001000011110010011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A27B; }

 p { color: rgb(184,162,123); }

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

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

 a { background-color: rgb(184,162,123); }

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

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

 span { border-color: rgb(184,162,123); }

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