Html Css Color HEX #B7A995 Cloudy

📋 copy color: '#B7A995'

red 183 ◦ green 169 ◦ blue 149

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

Shades of Cloudy #B7A995

Tints of Cloudy #B7A995

RGB

 RED value IS 183 (71.88% from 255) = 36.53%

 GREEN value IS 169 (66.41% from 255) = 33.73%

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

R = 36.53%
G = 33.73%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B7A995 (or 0xB7A995) is known color: Cloudy. HEX triplet: B7, A9 and 95. RGB value is (183,169,149). Sum of RGB (Red+Green+Blue) = 183+169+149=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A995 is #48566A. Grayscale: #ABABAB. Windows color (decimal): -4740715 or 9808311. OLE color: 9808311.

HSL color Cylindrical-coordinate representation of color #B7A995: hue angle of 35.29º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7A995 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 169 149 -
CMYK 0 0.08 0.19 0.28
HSL 35.29º 0.19% 0.65% -
HSV(B) 35.29º 0.19% 0.72% -
XYZ 39.14 40.61 34.21 -
YUV 170.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 183 169 149 0 0.08 0.19 0.28 35.29 0.19 0.65
Hex B7 A9 95 0 8 13 1C 23 13 41
Octal 267 251 225 0 10 23 34 43 23 101
Binary 10110111 10101001 10010101 0 1000 10011 11100 100011 10011 1000001

Color Harmonies of #B7A995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A995

Black with #B7A995

Text Example


Text Example

White with #B7A995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A995; }

 p { color: rgb(183,169,149); }

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

background-color css

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

 a { background-color: rgb(183,169,149); }

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

border-color css

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

 span { border-color: rgb(183,169,149); }

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