Html Css Color HEX #B8AA8C Pavlova

📋 copy color: '#B8AA8C'

red 184 ◦ green 170 ◦ blue 140

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

Shades of Pavlova #B8AA8C

Tints of Pavlova #B8AA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 37.25%
G = 34.41%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8AA8C (or 0xB8AA8C) is known color: Pavlova. HEX triplet: B8, AA and 8C. RGB value is (184,170,140). Sum of RGB (Red+Green+Blue) = 184+170+140=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA8C is #475573. Grayscale: #AAAAAA. Windows color (decimal): -4674932 or 9218744. OLE color: 9218744.

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

Color convert

RGB 184 170 140 -
CMYK 0 0.08 0.24 0.28
HSL 40.91º 0.24% 0.64% -
HSV(B) 40.91º 0.24% 0.72% -
XYZ 38.88 40.83 30.64 -
YUV 170.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 184 170 140 0 0.08 0.24 0.28 40.91 0.24 0.64
Hex B8 AA 8C 0 8 18 1C 29 18 40
Octal 270 252 214 0 10 30 34 51 30 100
Binary 10111000 10101010 10001100 0 1000 11000 11100 101001 11000 1000000

Color Harmonies of #B8AA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AA8C

Black with #B8AA8C

Text Example


Text Example

White with #B8AA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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