Html Css Color HEX #B9AB8D Pavlova

📋 copy color: '#B9AB8D'

red 185 ◦ green 171 ◦ blue 141

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

Shades of Pavlova #B9AB8D

Tints of Pavlova #B9AB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.41%

 BLUE value IS 141 (55.47% from 255) = 28.37%

R = 37.22%
G = 34.41%
B = 28.37%

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

#B9AB8D (or 0xB9AB8D) is known color: Pavlova. HEX triplet: B9, AB and 8D. RGB value is (185,171,141). Sum of RGB (Red+Green+Blue) = 185+171+141=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB8D is #465472. Grayscale: #ABABAB. Windows color (decimal): -4609139 or 9284537. OLE color: 9284537.

HSL color Cylindrical-coordinate representation of color #B9AB8D: hue angle of 40.91º 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 #B9AB8D is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 171 141 -
CMYK 0 0.08 0.24 0.27
HSL 40.91º 0.24% 0.64% -
HSV(B) 40.91º 0.24% 0.73% -
XYZ 39.38 41.36 31.11 -
YUV 171.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 185 171 141 0 0.08 0.24 0.27 40.91 0.24 0.64
Hex B9 AB 8D 0 8 18 1B 29 18 40
Octal 271 253 215 0 10 30 33 51 30 100
Binary 10111001 10101011 10001101 0 1000 11000 11011 101001 11000 1000000

Color Harmonies of #B9AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB8D

Black with #B9AB8D

Text Example


Text Example

White with #B9AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB8D; }

 p { color: rgb(185,171,141); }

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

background-color css

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

 a { background-color: rgb(185,171,141); }

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

border-color css

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

 span { border-color: rgb(185,171,141); }

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