Html Css Color HEX #B5A889 Pavlova

📋 copy color: '#B5A889'

red 181 ◦ green 168 ◦ blue 137

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

Shades of Pavlova #B5A889

Tints of Pavlova #B5A889

RGB

 RED value IS 181 (71.09% from 255) = 37.24%

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

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

R = 37.24%
G = 34.57%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5A889 (or 0xB5A889) is known color: Pavlova. HEX triplet: B5, A8 and 89. RGB value is (181,168,137). Sum of RGB (Red+Green+Blue) = 181+168+137=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A889 is #4A5776. Grayscale: #A8A8A8. Windows color (decimal): -4872055 or 9021621. OLE color: 9021621.

HSL color Cylindrical-coordinate representation of color #B5A889: hue angle of 42.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5A889 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 168 137 -
CMYK 0 0.07 0.24 0.29
HSL 42.27º 0.23% 0.62% -
HSV(B) 42.27º 0.24% 0.71% -
XYZ 37.57 39.64 29.34 -
YUV 168.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 181 168 137 0 0.07 0.24 0.29 42.27 0.23 0.62
Hex B5 A8 89 0 7 18 1D 2A 17 3E
Octal 265 250 211 0 7 30 35 52 27 76
Binary 10110101 10101000 10001001 0 111 11000 11101 101010 10111 111110

Color Harmonies of #B5A889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A889

Black with #B5A889

Text Example


Text Example

White with #B5A889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A889; }

 p { color: rgb(181,168,137); }

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

background-color css

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

 a { background-color: rgb(181,168,137); }

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

border-color css

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

 span { border-color: rgb(181,168,137); }

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