Html Css Color HEX #B5A288 Pavlova

📋 copy color: '#B5A288'

red 181 ◦ green 162 ◦ blue 136

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

Shades of Pavlova #B5A288

Tints of Pavlova #B5A288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.82%

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

R = 37.79%
G = 33.82%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B5A288 (or 0xB5A288) is known color: Pavlova. HEX triplet: B5, A2 and 88. RGB value is (181,162,136). Sum of RGB (Red+Green+Blue) = 181+162+136=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A288 is #4A5D77. Grayscale: #A4A4A4. Windows color (decimal): -4873592 or 8954549. OLE color: 8954549.

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

Color convert

RGB 181 162 136 -
CMYK 0 0.10 0.25 0.29
HSL 34.67º 0.23% 0.62% -
HSV(B) 34.67º 0.25% 0.71% -
XYZ 36.42 37.44 28.6 -
YUV 164.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 181 162 136 0 0.10 0.25 0.29 34.67 0.23 0.62
Hex B5 A2 88 0 A 19 1D 23 17 3E
Octal 265 242 210 0 12 31 35 43 27 76
Binary 10110101 10100010 10001000 0 1010 11001 11101 100011 10111 111110

Color Harmonies of #B5A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A288

Black with #B5A288

Text Example


Text Example

White with #B5A288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A288; }

 p { color: rgb(181,162,136); }

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

background-color css

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

 a { background-color: rgb(181,162,136); }

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

border-color css

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

 span { border-color: rgb(181,162,136); }

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