Html Css Color HEX #B9AA8B Pavlova

📋 copy color: '#B9AA8B'

red 185 ◦ green 170 ◦ blue 139

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

Shades of Pavlova #B9AA8B

Tints of Pavlova #B9AA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.14%

R = 37.45%
G = 34.41%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9AA8B (or 0xB9AA8B) is known color: Pavlova. HEX triplet: B9, AA and 8B. RGB value is (185,170,139). Sum of RGB (Red+Green+Blue) = 185+170+139=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA8B is #465574. Grayscale: #ABABAB. Windows color (decimal): -4609397 or 9153209. OLE color: 9153209.

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

Color convert

RGB 185 170 139 -
CMYK 0 0.08 0.25 0.27
HSL 40.43º 0.25% 0.64% -
HSV(B) 40.43º 0.25% 0.73% -
XYZ 39.04 40.93 30.27 -
YUV 170.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 185 170 139 0 0.08 0.25 0.27 40.43 0.25 0.64
Hex B9 AA 8B 0 8 19 1B 28 19 40
Octal 271 252 213 0 10 31 33 50 31 100
Binary 10111001 10101010 10001011 0 1000 11001 11011 101000 11001 1000000

Color Harmonies of #B9AA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA8B

Black with #B9AA8B

Text Example


Text Example

White with #B9AA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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