Html Css Color HEX #B1A183 Pavlova

📋 copy color: '#B1A183'

red 177 ◦ green 161 ◦ blue 131

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

Shades of Pavlova #B1A183

Tints of Pavlova #B1A183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.93%

R = 37.74%
G = 34.33%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B1A183 (or 0xB1A183) is known color: Pavlova. HEX triplet: B1, A1 and 83. RGB value is (177,161,131). Sum of RGB (Red+Green+Blue) = 177+161+131=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A183 is #4E5E7C. Grayscale: #A2A2A2. Windows color (decimal): -5135997 or 8626609. OLE color: 8626609.

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

Color convert

RGB 177 161 131 -
CMYK 0 0.09 0.26 0.31
HSL 39.13º 0.23% 0.6% -
HSV(B) 39.13º 0.26% 0.69% -
XYZ 34.97 36.48 26.67 -
YUV 162.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 177 161 131 0 0.09 0.26 0.31 39.13 0.23 0.6
Hex B1 A1 83 0 9 1A 1F 27 17 3C
Octal 261 241 203 0 11 32 37 47 27 74
Binary 10110001 10100001 10000011 0 1001 11010 11111 100111 10111 111100

Color Harmonies of #B1A183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A183

Black with #B1A183

Text Example


Text Example

White with #B1A183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A183; }

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

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

background-color css

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

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

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

border-color css

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

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

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