Html Css Color HEX #B1A182 Pavlova

📋 copy color: '#B1A182'

red 177 ◦ green 161 ◦ blue 130

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

Shades of Pavlova #B1A182

Tints of Pavlova #B1A182

RGB

 RED value IS 177 (69.53% from 255) = 37.82%

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

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

R = 37.82%
G = 34.4%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B1A182 (or 0xB1A182) is known color: Pavlova. HEX triplet: B1, A1 and 82. RGB value is (177,161,130). Sum of RGB (Red+Green+Blue) = 177+161+130=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A182 is #4E5E7D. Grayscale: #A2A2A2. Windows color (decimal): -5135998 or 8561073. OLE color: 8561073.

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

Color convert

RGB 177 161 130 -
CMYK 0 0.09 0.27 0.31
HSL 39.57º 0.23% 0.6% -
HSV(B) 39.57º 0.27% 0.69% -
XYZ 34.91 36.45 26.31 -
YUV 162.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 177 161 130 0 0.09 0.27 0.31 39.57 0.23 0.6
Hex B1 A1 82 0 9 1B 1F 28 17 3C
Octal 261 241 202 0 11 33 37 50 27 74
Binary 10110001 10100001 10000010 0 1001 11011 11111 101000 10111 111100

Color Harmonies of #B1A182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A182

Black with #B1A182

Text Example


Text Example

White with #B1A182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A182; }

 p { color: rgb(177,161,130); }

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

background-color css

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

 a { background-color: rgb(177,161,130); }

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

border-color css

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

 span { border-color: rgb(177,161,130); }

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