Html Css Color HEX #B9A389 Pavlova

📋 copy color: '#B9A389'

red 185 ◦ green 163 ◦ blue 137

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

Shades of Pavlova #B9A389

Tints of Pavlova #B9A389

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.61%

 BLUE value IS 137 (53.91% from 255) = 28.25%

R = 38.14%
G = 33.61%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B9A389 (or 0xB9A389) is known color: Pavlova. HEX triplet: B9, A3 and 89. RGB value is (185,163,137). Sum of RGB (Red+Green+Blue) = 185+163+137=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A389 is #465C76. Grayscale: #A6A6A6. Windows color (decimal): -4611191 or 9020345. OLE color: 9020345.

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

Color convert

RGB 185 163 137 -
CMYK 0 0.12 0.26 0.27
HSL 32.5º 0.26% 0.63% -
HSV(B) 32.5º 0.26% 0.73% -
XYZ 37.62 38.31 29.08 -
YUV 166.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 185 163 137 0 0.12 0.26 0.27 32.5 0.26 0.63
Hex B9 A3 89 0 C 1A 1B 20 1A 3F
Octal 271 243 211 0 14 32 33 40 32 77
Binary 10111001 10100011 10001001 0 1100 11010 11011 100000 11010 111111

Color Harmonies of #B9A389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A389

Black with #B9A389

Text Example


Text Example

White with #B9A389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A389; }

 p { color: rgb(185,163,137); }

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

background-color css

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

 a { background-color: rgb(185,163,137); }

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

border-color css

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

 span { border-color: rgb(185,163,137); }

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