Html Css Color HEX #B9AB8E Pavlova

📋 copy color: '#B9AB8E'

red 185 ◦ green 171 ◦ blue 142

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

Shades of Pavlova #B9AB8E

Tints of Pavlova #B9AB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.51%

R = 37.15%
G = 34.34%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9AB8E (or 0xB9AB8E) is known color: Pavlova. HEX triplet: B9, AB and 8E. RGB value is (185,171,142). Sum of RGB (Red+Green+Blue) = 185+171+142=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB8E is #465471. Grayscale: #ACACAC. Windows color (decimal): -4609138 or 9350073. OLE color: 9350073.

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

Color convert

RGB 185 171 142 -
CMYK 0 0.08 0.23 0.27
HSL 40.47º 0.23% 0.64% -
HSV(B) 40.47º 0.23% 0.73% -
XYZ 39.45 41.39 31.5 -
YUV 171.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 185 171 142 0 0.08 0.23 0.27 40.47 0.23 0.64
Hex B9 AB 8E 0 8 17 1B 28 17 40
Octal 271 253 216 0 10 27 33 50 27 100
Binary 10111001 10101011 10001110 0 1000 10111 11011 101000 10111 1000000

Color Harmonies of #B9AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB8E

Black with #B9AB8E

Text Example


Text Example

White with #B9AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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