Html Css Color HEX #B8AA8A Pavlova

📋 copy color: '#B8AA8A'

red 184 ◦ green 170 ◦ blue 138

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

Shades of Pavlova #B8AA8A

Tints of Pavlova #B8AA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 37.4%
G = 34.55%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8AA8A (or 0xB8AA8A) is known color: Pavlova. HEX triplet: B8, AA and 8A. RGB value is (184,170,138). Sum of RGB (Red+Green+Blue) = 184+170+138=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA8A is #475575. Grayscale: #AAAAAA. Windows color (decimal): -4674934 or 9087672. OLE color: 9087672.

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

Color convert

RGB 184 170 138 -
CMYK 0 0.08 0.25 0.28
HSL 41.74º 0.24% 0.63% -
HSV(B) 41.74º 0.25% 0.72% -
XYZ 38.73 40.77 29.87 -
YUV 170.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 184 170 138 0 0.08 0.25 0.28 41.74 0.24 0.63
Hex B8 AA 8A 0 8 19 1C 2A 18 3F
Octal 270 252 212 0 10 31 34 52 30 77
Binary 10111000 10101010 10001010 0 1000 11001 11100 101010 11000 111111

Color Harmonies of #B8AA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AA8A

Black with #B8AA8A

Text Example


Text Example

White with #B8AA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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