Html Css Color HEX #B9AA8C Pavlova

📋 copy color: '#B9AA8C'

red 185 ◦ green 170 ◦ blue 140

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

Shades of Pavlova #B9AA8C

Tints of Pavlova #B9AA8C

RGB

 RED value IS 185 (72.66% from 255) = 37.37%

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

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

R = 37.37%
G = 34.34%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9AA8C (or 0xB9AA8C) is known color: Pavlova. HEX triplet: B9, AA and 8C. RGB value is (185,170,140). Sum of RGB (Red+Green+Blue) = 185+170+140=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA8C is #465573. Grayscale: #ABABAB. Windows color (decimal): -4609396 or 9218745. OLE color: 9218745.

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

Color convert

RGB 185 170 140 -
CMYK 0 0.08 0.24 0.27
HSL 40º 0.24% 0.64% -
HSV(B) 40º 0.24% 0.73% -
XYZ 39.12 40.96 30.65 -
YUV 171.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 185 170 140 0 0.08 0.24 0.27 40 0.24 0.64
Hex B9 AA 8C 0 8 18 1B 28 18 40
Octal 271 252 214 0 10 30 33 50 30 100
Binary 10111001 10101010 10001100 0 1000 11000 11011 101000 11000 1000000

Color Harmonies of #B9AA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA8C

Black with #B9AA8C

Text Example


Text Example

White with #B9AA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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