Html Css Color HEX #B1A684 Pavlova

📋 copy color: '#B1A684'

red 177 ◦ green 166 ◦ blue 132

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

Shades of Pavlova #B1A684

Tints of Pavlova #B1A684

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.95%

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

R = 37.26%
G = 34.95%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B1A684 (or 0xB1A684) is known color: Pavlova. HEX triplet: B1, A6 and 84. RGB value is (177,166,132). Sum of RGB (Red+Green+Blue) = 177+166+132=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A684 is #4E597B. Grayscale: #A5A5A5. Windows color (decimal): -5134716 or 8693425. OLE color: 8693425.

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

Color convert

RGB 177 166 132 -
CMYK 0 0.06 0.25 0.31
HSL 45.33º 0.22% 0.61% -
HSV(B) 45.33º 0.25% 0.69% -
XYZ 35.93 38.29 27.33 -
YUV 165.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 177 166 132 0 0.06 0.25 0.31 45.33 0.22 0.61
Hex B1 A6 84 0 6 19 1F 2D 16 3D
Octal 261 246 204 0 6 31 37 55 26 75
Binary 10110001 10100110 10000100 0 110 11001 11111 101101 10110 111101

Color Harmonies of #B1A684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A684

Black with #B1A684

Text Example


Text Example

White with #B1A684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A684; }

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

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

background-color css

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

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

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

border-color css

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

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

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