Html Css Color HEX #B1A297 Cloudy

📋 copy color: '#B1A297'

red 177 ◦ green 162 ◦ blue 151

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

Shades of Cloudy #B1A297

Tints of Cloudy #B1A297

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.06%

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

R = 36.12%
G = 33.06%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B1A297 (or 0xB1A297) is known color: Cloudy. HEX triplet: B1, A2 and 97. RGB value is (177,162,151). Sum of RGB (Red+Green+Blue) = 177+162+151=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A297 is #4E5D68. Grayscale: #A5A5A5. Windows color (decimal): -5135721 or 9937585. OLE color: 9937585.

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

Color convert

RGB 177 162 151 -
CMYK 0 0.08 0.15 0.31
HSL 25.38º 0.14% 0.64% -
HSV(B) 25.38º 0.15% 0.69% -
XYZ 36.64 37.42 34.57 -
YUV 165.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 177 162 151 0 0.08 0.15 0.31 25.38 0.14 0.64
Hex B1 A2 97 0 8 F 1F 19 E 40
Octal 261 242 227 0 10 17 37 31 16 100
Binary 10110001 10100010 10010111 0 1000 1111 11111 11001 1110 1000000

Color Harmonies of #B1A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A297

Black with #B1A297

Text Example


Text Example

White with #B1A297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A297; }

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

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

background-color css

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

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

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

border-color css

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

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

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