Html Css Color HEX #B9A487 Pavlova

📋 copy color: '#B9A487'

red 185 ◦ green 164 ◦ blue 135

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

Shades of Pavlova #B9A487

Tints of Pavlova #B9A487

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.88%

 BLUE value IS 135 (53.13% from 255) = 27.89%

R = 38.22%
G = 33.88%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B9A487 (or 0xB9A487) is known color: Pavlova. HEX triplet: B9, A4 and 87. RGB value is (185,164,135). Sum of RGB (Red+Green+Blue) = 185+164+135=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A487 is #465B78. Grayscale: #A7A7A7. Windows color (decimal): -4610937 or 8889529. OLE color: 8889529.

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

Color convert

RGB 185 164 135 -
CMYK 0 0.11 0.27 0.27
HSL 34.8º 0.26% 0.63% -
HSV(B) 34.8º 0.27% 0.73% -
XYZ 37.66 38.61 28.39 -
YUV 166.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 185 164 135 0 0.11 0.27 0.27 34.8 0.26 0.63
Hex B9 A4 87 0 B 1B 1B 23 1A 3F
Octal 271 244 207 0 13 33 33 43 32 77
Binary 10111001 10100100 10000111 0 1011 11011 11011 100011 11010 111111

Color Harmonies of #B9A487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A487

Black with #B9A487

Text Example


Text Example

White with #B9A487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A487; }

 p { color: rgb(185,164,135); }

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

background-color css

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

 a { background-color: rgb(185,164,135); }

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

border-color css

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

 span { border-color: rgb(185,164,135); }

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