Html Css Color HEX #B8AA88 Pavlova

📋 copy color: '#B8AA88'

red 184 ◦ green 170 ◦ blue 136

#B8AA88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pavlova #B8AA88

Tints of Pavlova #B8AA88

RGB

 RED value IS 184 (72.27% from 255) = 37.55%

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 136 (53.52% from 255) = 27.76%

R = 37.55%
G = 34.69%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B8AA88 (or 0xB8AA88) is known color: Pavlova. HEX triplet: B8, AA and 88. RGB value is (184,170,136). Sum of RGB (Red+Green+Blue) = 184+170+136=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA88 is #475577. Grayscale: #AAAAAA. Windows color (decimal): -4674936 or 8956600. OLE color: 8956600.

HSL color Cylindrical-coordinate representation of color #B8AA88: hue angle of 42.5º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8AA88 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 170 136 -
CMYK 0 0.08 0.26 0.28
HSL 42.5º 0.25% 0.63% -
HSV(B) 42.5º 0.26% 0.72% -
XYZ 38.59 40.72 29.12 -
YUV 170.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 184 170 136 0 0.08 0.26 0.28 42.5 0.25 0.63
Hex B8 AA 88 0 8 1A 1C 2A 19 3F
Octal 270 252 210 0 10 32 34 52 31 77
Binary 10111000 10101010 10001000 0 1000 11010 11100 101010 11001 111111

Color Harmonies of #B8AA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AA88

Black with #B8AA88

Text Example


Text Example

White with #B8AA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AA88; }

 p { color: rgb(184,170,136); }

 H1.HeaderClassName
 {
   color: #B8AA88;
 }
 .AnyTagClassName
 {
   color: #B8AA88;
 }
</style>

background-color css

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

 a { background-color: rgb(184,170,136); }

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

border-color css

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

 span { border-color: rgb(184,170,136); }

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