Html Css Color HEX #B1A597 Cloudy

📋 copy color: '#B1A597'

red 177 ◦ green 165 ◦ blue 151

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

Shades of Cloudy #B1A597

Tints of Cloudy #B1A597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.63%

R = 35.9%
G = 33.47%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B1A597 (or 0xB1A597) is known color: Cloudy. HEX triplet: B1, A5 and 97. RGB value is (177,165,151). Sum of RGB (Red+Green+Blue) = 177+165+151=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A597 is #4E5A68. Grayscale: #A7A7A7. Windows color (decimal): -5134953 or 9938353. OLE color: 9938353.

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

Color convert

RGB 177 165 151 -
CMYK 0 0.07 0.15 0.31
HSL 32.31º 0.14% 0.64% -
HSV(B) 32.31º 0.15% 0.69% -
XYZ 37.17 38.49 34.75 -
YUV 166.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 177 165 151 0 0.07 0.15 0.31 32.31 0.14 0.64
Hex B1 A5 97 0 7 F 1F 20 E 40
Octal 261 245 227 0 7 17 37 40 16 100
Binary 10110001 10100101 10010111 0 111 1111 11111 100000 1110 1000000

Color Harmonies of #B1A597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A597

Black with #B1A597

Text Example


Text Example

White with #B1A597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A597; }

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

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

background-color css

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

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

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

border-color css

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

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

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