Html Css Color HEX #B5A286 Pavlova

📋 copy color: '#B5A286'

red 181 ◦ green 162 ◦ blue 134

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

Shades of Pavlova #B5A286

Tints of Pavlova #B5A286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.09%

R = 37.95%
G = 33.96%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B5A286 (or 0xB5A286) is known color: Pavlova. HEX triplet: B5, A2 and 86. RGB value is (181,162,134). Sum of RGB (Red+Green+Blue) = 181+162+134=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A286 is #4A5D79. Grayscale: #A4A4A4. Windows color (decimal): -4873594 or 8823477. OLE color: 8823477.

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

Color convert

RGB 181 162 134 -
CMYK 0 0.10 0.26 0.29
HSL 35.74º 0.24% 0.62% -
HSV(B) 35.74º 0.26% 0.71% -
XYZ 36.28 37.39 27.86 -
YUV 164.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 181 162 134 0 0.10 0.26 0.29 35.74 0.24 0.62
Hex B5 A2 86 0 A 1A 1D 24 18 3E
Octal 265 242 206 0 12 32 35 44 30 76
Binary 10110101 10100010 10000110 0 1010 11010 11101 100100 11000 111110

Color Harmonies of #B5A286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A286

Black with #B5A286

Text Example


Text Example

White with #B5A286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A286; }

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

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

background-color css

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

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

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

border-color css

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

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

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