Html Css Color HEX #B2A18A Pavlova

📋 copy color: '#B2A18A'

red 178 ◦ green 161 ◦ blue 138

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

Shades of Pavlova #B2A18A

Tints of Pavlova #B2A18A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.75%

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

R = 37.32%
G = 33.75%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2A18A (or 0xB2A18A) is known color: Pavlova. HEX triplet: B2, A1 and 8A. RGB value is (178,161,138). Sum of RGB (Red+Green+Blue) = 178+161+138=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A18A is #4D5E75. Grayscale: #A3A3A3. Windows color (decimal): -5070454 or 9085362. OLE color: 9085362.

HSL color Cylindrical-coordinate representation of color #B2A18A: hue angle of 34.5º 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 #B2A18A is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 161 138 -
CMYK 0 0.10 0.22 0.30
HSL 34.5º 0.21% 0.62% -
HSV(B) 34.5º 0.22% 0.7% -
XYZ 35.69 36.79 29.26 -
YUV 163.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 178 161 138 0 0.10 0.22 0.30 34.5 0.21 0.62
Hex B2 A1 8A 0 A 16 1E 22 15 3E
Octal 262 241 212 0 12 26 36 42 25 76
Binary 10110010 10100001 10001010 0 1010 10110 11110 100010 10101 111110

Color Harmonies of #B2A18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A18A

Black with #B2A18A

Text Example


Text Example

White with #B2A18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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