Html Css Color HEX #B1A586 Pavlova

📋 copy color: '#B1A586'

red 177 ◦ green 165 ◦ blue 134

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

Shades of Pavlova #B1A586

Tints of Pavlova #B1A586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 37.18%
G = 34.66%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B1A586 (or 0xB1A586) is known color: Pavlova. HEX triplet: B1, A5 and 86. RGB value is (177,165,134). Sum of RGB (Red+Green+Blue) = 177+165+134=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A586 is #4E5A79. Grayscale: #A5A5A5. Windows color (decimal): -5134970 or 8824241. OLE color: 8824241.

HSL color Cylindrical-coordinate representation of color #B1A586: hue angle of 43.26º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1A586 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 165 134 -
CMYK 0 0.07 0.24 0.31
HSL 43.26º 0.22% 0.61% -
HSV(B) 43.26º 0.24% 0.69% -
XYZ 35.89 37.98 27.99 -
YUV 165.05 110.48 136.52 -
System Red Green Blue C M Y K H S L
Decimal 177 165 134 0 0.07 0.24 0.31 43.26 0.22 0.61
Hex B1 A5 86 0 7 18 1F 2B 16 3D
Octal 261 245 206 0 7 30 37 53 26 75
Binary 10110001 10100101 10000110 0 111 11000 11111 101011 10110 111101

Color Harmonies of #B1A586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A586

Black with #B1A586

Text Example


Text Example

White with #B1A586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A586; }

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

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

background-color css

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

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

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

border-color css

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

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

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