Html Css Color HEX #B2A282 Pavlova

📋 copy color: '#B2A282'

red 178 ◦ green 162 ◦ blue 130

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

Shades of Pavlova #B2A282

Tints of Pavlova #B2A282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.66%

R = 37.87%
G = 34.47%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B2A282 (or 0xB2A282) is known color: Pavlova. HEX triplet: B2, A2 and 82. RGB value is (178,162,130). Sum of RGB (Red+Green+Blue) = 178+162+130=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A282 is #4D5D7D. Grayscale: #A3A3A3. Windows color (decimal): -5070206 or 8561330. OLE color: 8561330.

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

Color convert

RGB 178 162 130 -
CMYK 0 0.09 0.27 0.30
HSL 40º 0.24% 0.6% -
HSV(B) 40º 0.27% 0.7% -
XYZ 35.31 36.92 26.38 -
YUV 163.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 178 162 130 0 0.09 0.27 0.30 40 0.24 0.6
Hex B2 A2 82 0 9 1B 1E 28 18 3C
Octal 262 242 202 0 11 33 36 50 30 74
Binary 10110010 10100010 10000010 0 1001 11011 11110 101000 11000 111100

Color Harmonies of #B2A282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A282

Black with #B2A282

Text Example


Text Example

White with #B2A282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A282; }

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

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

background-color css

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

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

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

border-color css

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

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

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