Html Css Color HEX #B2A28A Pavlova

📋 copy color: '#B2A28A'

red 178 ◦ green 162 ◦ blue 138

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

Shades of Pavlova #B2A28A

Tints of Pavlova #B2A28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.87%

R = 37.24%
G = 33.89%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2A28A (or 0xB2A28A) is known color: Pavlova. HEX triplet: B2, A2 and 8A. RGB value is (178,162,138). Sum of RGB (Red+Green+Blue) = 178+162+138=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A28A is #4D5D75. Grayscale: #A4A4A4. Windows color (decimal): -5070198 or 9085618. OLE color: 9085618.

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

Color convert

RGB 178 162 138 -
CMYK 0 0.09 0.22 0.30
HSL 36º 0.21% 0.62% -
HSV(B) 36º 0.22% 0.7% -
XYZ 35.87 37.14 29.32 -
YUV 164.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 178 162 138 0 0.09 0.22 0.30 36 0.21 0.62
Hex B2 A2 8A 0 9 16 1E 24 15 3E
Octal 262 242 212 0 11 26 36 44 25 76
Binary 10110010 10100010 10001010 0 1001 10110 11110 100100 10101 111110

Color Harmonies of #B2A28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A28A

Black with #B2A28A

Text Example


Text Example

White with #B2A28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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