Html Css Color HEX #B1A296 Cloudy

📋 copy color: '#B1A296'

red 177 ◦ green 162 ◦ blue 150

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

Shades of Cloudy #B1A296

Tints of Cloudy #B1A296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.67%

R = 36.2%
G = 33.13%
B = 30.67%

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

#B1A296 (or 0xB1A296) is known color: Cloudy. HEX triplet: B1, A2 and 96. RGB value is (177,162,150). Sum of RGB (Red+Green+Blue) = 177+162+150=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A296 is #4E5D69. Grayscale: #A5A5A5. Windows color (decimal): -5135722 or 9872049. OLE color: 9872049.

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

Color convert

RGB 177 162 150 -
CMYK 0 0.08 0.15 0.31
HSL 26.67º 0.15% 0.64% -
HSV(B) 26.67º 0.15% 0.69% -
XYZ 36.56 37.39 34.14 -
YUV 165.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 177 162 150 0 0.08 0.15 0.31 26.67 0.15 0.64
Hex B1 A2 96 0 8 F 1F 1B F 40
Octal 261 242 226 0 10 17 37 33 17 100
Binary 10110001 10100010 10010110 0 1000 1111 11111 11011 1111 1000000

Color Harmonies of #B1A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A296

Black with #B1A296

Text Example


Text Example

White with #B1A296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A296; }

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

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

background-color css

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

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

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

border-color css

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

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

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