Html Css Color HEX #B2A17E Pavlova

📋 copy color: '#B2A17E'

red 178 ◦ green 161 ◦ blue 126

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

Shades of Pavlova #B2A17E

Tints of Pavlova #B2A17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.1%

R = 38.28%
G = 34.62%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2A17E (or 0xB2A17E) is known color: Pavlova. HEX triplet: B2, A1 and 7E. RGB value is (178,161,126). Sum of RGB (Red+Green+Blue) = 178+161+126=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A17E is #4D5E81. Grayscale: #A2A2A2. Windows color (decimal): -5070466 or 8298930. OLE color: 8298930.

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

Color convert

RGB 178 161 126 -
CMYK 0 0.10 0.29 0.30
HSL 40.38º 0.25% 0.6% -
HSV(B) 40.38º 0.29% 0.7% -
XYZ 34.87 36.46 24.94 -
YUV 162.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 178 161 126 0 0.10 0.29 0.30 40.38 0.25 0.6
Hex B2 A1 7E 0 A 1D 1E 28 19 3C
Octal 262 241 176 0 12 35 36 50 31 74
Binary 10110010 10100001 1111110 0 1010 11101 11110 101000 11001 111100

Color Harmonies of #B2A17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A17E

Black with #B2A17E

Text Example


Text Example

White with #B2A17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A17E; }

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

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

background-color css

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

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

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

border-color css

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

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

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