Html Css Color HEX #B9AB81 Pavlova

📋 copy color: '#B9AB81'

red 185 ◦ green 171 ◦ blue 129

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

Shades of Pavlova #B9AB81

Tints of Pavlova #B9AB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.6%

R = 38.14%
G = 35.26%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B9AB81 (or 0xB9AB81) is known color: Pavlova. HEX triplet: B9, AB and 81. RGB value is (185,171,129). Sum of RGB (Red+Green+Blue) = 185+171+129=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB81 is #46547E. Grayscale: #AAAAAA. Windows color (decimal): -4609151 or 8498105. OLE color: 8498105.

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

Color convert

RGB 185 171 129 -
CMYK 0 0.08 0.30 0.27
HSL 45º 0.29% 0.62% -
HSV(B) 45º 0.3% 0.73% -
XYZ 38.53 41.03 26.66 -
YUV 170.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 185 171 129 0 0.08 0.30 0.27 45 0.29 0.62
Hex B9 AB 81 0 8 1E 1B 2D 1D 3E
Octal 271 253 201 0 10 36 33 55 35 76
Binary 10111001 10101011 10000001 0 1000 11110 11011 101101 11101 111110

Color Harmonies of #B9AB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB81

Black with #B9AB81

Text Example


Text Example

White with #B9AB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB81; }

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

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

background-color css

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

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

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

border-color css

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

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

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