Html Css Color HEX #B1A584 Pavlova

📋 copy color: '#B1A584'

red 177 ◦ green 165 ◦ blue 132

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

Shades of Pavlova #B1A584

Tints of Pavlova #B1A584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.85%

R = 37.34%
G = 34.81%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B1A584 (or 0xB1A584) is known color: Pavlova. HEX triplet: B1, A5 and 84. RGB value is (177,165,132). Sum of RGB (Red+Green+Blue) = 177+165+132=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A584 is #4E5A7B. Grayscale: #A4A4A4. Windows color (decimal): -5134972 or 8693169. OLE color: 8693169.

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

Color convert

RGB 177 165 132 -
CMYK 0 0.07 0.25 0.31
HSL 44º 0.22% 0.61% -
HSV(B) 44º 0.25% 0.69% -
XYZ 35.75 37.92 27.27 -
YUV 164.83 109.48 136.68 -
System Red Green Blue C M Y K H S L
Decimal 177 165 132 0 0.07 0.25 0.31 44 0.22 0.61
Hex B1 A5 84 0 7 19 1F 2C 16 3D
Octal 261 245 204 0 7 31 37 54 26 75
Binary 10110001 10100101 10000100 0 111 11001 11111 101100 10110 111101

Color Harmonies of #B1A584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A584

Black with #B1A584

Text Example


Text Example

White with #B1A584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A584; }

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

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

background-color css

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

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

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

border-color css

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

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

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