Html Css Color HEX #B1A395 Cloudy

📋 copy color: '#B1A395'

red 177 ◦ green 163 ◦ blue 149

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

Shades of Cloudy #B1A395

Tints of Cloudy #B1A395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.33%

 BLUE value IS 149 (58.59% from 255) = 30.47%

R = 36.2%
G = 33.33%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B1A395 (or 0xB1A395) is known color: Cloudy. HEX triplet: B1, A3 and 95. RGB value is (177,163,149). Sum of RGB (Red+Green+Blue) = 177+163+149=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A395 is #4E5C6A. Grayscale: #A5A5A5. Windows color (decimal): -5135467 or 9806769. OLE color: 9806769.

HSL color Cylindrical-coordinate representation of color #B1A395: hue angle of 30º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1A395 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 163 149 -
CMYK 0 0.08 0.16 0.31
HSL 30º 0.15% 0.64% -
HSV(B) 30º 0.16% 0.69% -
XYZ 36.65 37.71 33.78 -
YUV 165.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 177 163 149 0 0.08 0.16 0.31 30 0.15 0.64
Hex B1 A3 95 0 8 10 1F 1E F 40
Octal 261 243 225 0 10 20 37 36 17 100
Binary 10110001 10100011 10010101 0 1000 10000 11111 11110 1111 1000000

Color Harmonies of #B1A395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A395

Black with #B1A395

Text Example


Text Example

White with #B1A395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A395; }

 p { color: rgb(177,163,149); }

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

background-color css

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

 a { background-color: rgb(177,163,149); }

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

border-color css

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

 span { border-color: rgb(177,163,149); }

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