Html Css Color HEX #B5A28C Pavlova

📋 copy color: '#B5A28C'

red 181 ◦ green 162 ◦ blue 140

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

Shades of Pavlova #B5A28C

Tints of Pavlova #B5A28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 37.47%
G = 33.54%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5A28C (or 0xB5A28C) is known color: Pavlova. HEX triplet: B5, A2 and 8C. RGB value is (181,162,140). Sum of RGB (Red+Green+Blue) = 181+162+140=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A28C is #4A5D73. Grayscale: #A5A5A5. Windows color (decimal): -4873588 or 9216693. OLE color: 9216693.

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

Color convert

RGB 181 162 140 -
CMYK 0 0.10 0.23 0.29
HSL 32.2º 0.22% 0.63% -
HSV(B) 32.2º 0.23% 0.71% -
XYZ 36.71 37.56 30.13 -
YUV 165.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 181 162 140 0 0.10 0.23 0.29 32.2 0.22 0.63
Hex B5 A2 8C 0 A 17 1D 20 16 3F
Octal 265 242 214 0 12 27 35 40 26 77
Binary 10110101 10100010 10001100 0 1010 10111 11101 100000 10110 111111

Color Harmonies of #B5A28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A28C

Black with #B5A28C

Text Example


Text Example

White with #B5A28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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