Html Css Color HEX #B9A688 Pavlova

📋 copy color: '#B9A688'

red 185 ◦ green 166 ◦ blue 136

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

Shades of Pavlova #B9A688

Tints of Pavlova #B9A688

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.09%

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

R = 37.99%
G = 34.09%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B9A688 (or 0xB9A688) is known color: Pavlova. HEX triplet: B9, A6 and 88. RGB value is (185,166,136). Sum of RGB (Red+Green+Blue) = 185+166+136=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A688 is #465977. Grayscale: #A8A8A8. Windows color (decimal): -4610424 or 8955577. OLE color: 8955577.

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

Color convert

RGB 185 166 136 -
CMYK 0 0.10 0.26 0.27
HSL 36.73º 0.26% 0.63% -
HSV(B) 36.73º 0.26% 0.73% -
XYZ 38.09 39.36 28.88 -
YUV 168.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 185 166 136 0 0.10 0.26 0.27 36.73 0.26 0.63
Hex B9 A6 88 0 A 1A 1B 25 1A 3F
Octal 271 246 210 0 12 32 33 45 32 77
Binary 10111001 10100110 10001000 0 1010 11010 11011 100101 11010 111111

Color Harmonies of #B9A688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A688

Black with #B9A688

Text Example


Text Example

White with #B9A688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A688; }

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

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

background-color css

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

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

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

border-color css

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

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

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