Html Css Color HEX #B2A28D Pavlova

📋 copy color: '#B2A28D'

red 178 ◦ green 162 ◦ blue 141

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

Shades of Pavlova #B2A28D

Tints of Pavlova #B2A28D

RGB

 RED value IS 178 (69.92% from 255) = 37.01%

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

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 37.01%
G = 33.68%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2A28D (or 0xB2A28D) is known color: Pavlova. HEX triplet: B2, A2 and 8D. RGB value is (178,162,141). Sum of RGB (Red+Green+Blue) = 178+162+141=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A28D is #4D5D72. Grayscale: #A4A4A4. Windows color (decimal): -5070195 or 9282226. OLE color: 9282226.

HSL color Cylindrical-coordinate representation of color #B2A28D: hue angle of 34.05º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2A28D is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 162 141 -
CMYK 0 0.09 0.21 0.30
HSL 34.05º 0.19% 0.63% -
HSV(B) 34.05º 0.21% 0.7% -
XYZ 36.09 37.23 30.48 -
YUV 164.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 178 162 141 0 0.09 0.21 0.30 34.05 0.19 0.63
Hex B2 A2 8D 0 9 15 1E 22 13 3F
Octal 262 242 215 0 11 25 36 42 23 77
Binary 10110010 10100010 10001101 0 1001 10101 11110 100010 10011 111111

Color Harmonies of #B2A28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A28D

Black with #B2A28D

Text Example


Text Example

White with #B2A28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A28D; }

 p { color: rgb(178,162,141); }

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

background-color css

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

 a { background-color: rgb(178,162,141); }

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

border-color css

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

 span { border-color: rgb(178,162,141); }

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