Html Css Color HEX #B1A59B Cloudy

📋 copy color: '#B1A59B'

red 177 ◦ green 165 ◦ blue 155

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

Shades of Cloudy #B1A59B

Tints of Cloudy #B1A59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.19%

R = 35.61%
G = 33.2%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1A59B (or 0xB1A59B) is known color: Cloudy. HEX triplet: B1, A5 and 9B. RGB value is (177,165,155). Sum of RGB (Red+Green+Blue) = 177+165+155=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A59B is #4E5A64. Grayscale: #A7A7A7. Windows color (decimal): -5134949 or 10200497. OLE color: 10200497.

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

Color convert

RGB 177 165 155 -
CMYK 0 0.07 0.12 0.31
HSL 27.27º 0.12% 0.65% -
HSV(B) 27.27º 0.12% 0.69% -
XYZ 37.5 38.62 36.49 -
YUV 167.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 177 165 155 0 0.07 0.12 0.31 27.27 0.12 0.65
Hex B1 A5 9B 0 7 C 1F 1B C 41
Octal 261 245 233 0 7 14 37 33 14 101
Binary 10110001 10100101 10011011 0 111 1100 11111 11011 1100 1000001

Color Harmonies of #B1A59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A59B

Black with #B1A59B

Text Example


Text Example

White with #B1A59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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