Html Css Color HEX #B9A888 Pavlova

📋 copy color: '#B9A888'

red 185 ◦ green 168 ◦ blue 136

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

Shades of Pavlova #B9A888

Tints of Pavlova #B9A888

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.36%

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 37.83%
G = 34.36%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B9A888 (or 0xB9A888) is known color: Pavlova. HEX triplet: B9, A8 and 88. RGB value is (185,168,136). Sum of RGB (Red+Green+Blue) = 185+168+136=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A888 is #465777. Grayscale: #A9A9A9. Windows color (decimal): -4609912 or 8956089. OLE color: 8956089.

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

Color convert

RGB 185 168 136 -
CMYK 0 0.09 0.26 0.27
HSL 39.18º 0.26% 0.63% -
HSV(B) 39.18º 0.26% 0.73% -
XYZ 38.45 40.1 29.01 -
YUV 169.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 185 168 136 0 0.09 0.26 0.27 39.18 0.26 0.63
Hex B9 A8 88 0 9 1A 1B 27 1A 3F
Octal 271 250 210 0 11 32 33 47 32 77
Binary 10111001 10101000 10001000 0 1001 11010 11011 100111 11010 111111

Color Harmonies of #B9A888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A888

Black with #B9A888

Text Example


Text Example

White with #B9A888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A888; }

 p { color: rgb(185,168,136); }

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

background-color css

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

 a { background-color: rgb(185,168,136); }

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

border-color css

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

 span { border-color: rgb(185,168,136); }

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