Html Css Color HEX #B2A17F Pavlova

📋 copy color: '#B2A17F'

red 178 ◦ green 161 ◦ blue 127

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

Shades of Pavlova #B2A17F

Tints of Pavlova #B2A17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.25%

R = 38.2%
G = 34.55%
B = 27.25%

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

#B2A17F (or 0xB2A17F) is known color: Pavlova. HEX triplet: B2, A1 and 7F. RGB value is (178,161,127). Sum of RGB (Red+Green+Blue) = 178+161+127=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A17F is #4D5E80. Grayscale: #A2A2A2. Windows color (decimal): -5070465 or 8364466. OLE color: 8364466.

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

Color convert

RGB 178 161 127 -
CMYK 0 0.10 0.29 0.30
HSL 40º 0.25% 0.6% -
HSV(B) 40º 0.29% 0.7% -
XYZ 34.94 36.49 25.28 -
YUV 162.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 178 161 127 0 0.10 0.29 0.30 40 0.25 0.6
Hex B2 A1 7F 0 A 1D 1E 28 19 3C
Octal 262 241 177 0 12 35 36 50 31 74
Binary 10110010 10100001 1111111 0 1010 11101 11110 101000 11001 111100

Color Harmonies of #B2A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A17F

Black with #B2A17F

Text Example


Text Example

White with #B2A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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