Html Css Color HEX #B1A582 Pavlova

📋 copy color: '#B1A582'

red 177 ◦ green 165 ◦ blue 130

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

Shades of Pavlova #B1A582

Tints of Pavlova #B1A582

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.96%

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

R = 37.5%
G = 34.96%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B1A582 (or 0xB1A582) is known color: Pavlova. HEX triplet: B1, A5 and 82. RGB value is (177,165,130). Sum of RGB (Red+Green+Blue) = 177+165+130=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A582 is #4E5A7D. Grayscale: #A4A4A4. Windows color (decimal): -5134974 or 8562097. OLE color: 8562097.

HSL color Cylindrical-coordinate representation of color #B1A582: hue angle of 44.68º 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 #B1A582 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 165 130 -
CMYK 0 0.07 0.27 0.31
HSL 44.68º 0.23% 0.6% -
HSV(B) 44.68º 0.27% 0.69% -
XYZ 35.62 37.87 26.55 -
YUV 164.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 177 165 130 0 0.07 0.27 0.31 44.68 0.23 0.6
Hex B1 A5 82 0 7 1B 1F 2D 17 3C
Octal 261 245 202 0 7 33 37 55 27 74
Binary 10110001 10100101 10000010 0 111 11011 11111 101101 10111 111100

Color Harmonies of #B1A582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A582

Black with #B1A582

Text Example


Text Example

White with #B1A582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A582; }

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

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

background-color css

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

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

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

border-color css

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

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

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