Html Css Color HEX #B7A895 Cloudy

📋 copy color: '#B7A895'

red 183 ◦ green 168 ◦ blue 149

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

Shades of Cloudy #B7A895

Tints of Cloudy #B7A895

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.6%

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

R = 36.6%
G = 33.6%
B = 29.8%

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

#B7A895 (or 0xB7A895) is known color: Cloudy. HEX triplet: B7, A8 and 95. RGB value is (183,168,149). Sum of RGB (Red+Green+Blue) = 183+168+149=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A895 is #48576A. Grayscale: #AAAAAA. Windows color (decimal): -4740971 or 9808055. OLE color: 9808055.

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

Color convert

RGB 183 168 149 -
CMYK 0 0.08 0.19 0.28
HSL 33.53º 0.19% 0.65% -
HSV(B) 33.53º 0.19% 0.72% -
XYZ 38.96 40.24 34.15 -
YUV 170.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 183 168 149 0 0.08 0.19 0.28 33.53 0.19 0.65
Hex B7 A8 95 0 8 13 1C 22 13 41
Octal 267 250 225 0 10 23 34 42 23 101
Binary 10110111 10101000 10010101 0 1000 10011 11100 100010 10011 1000001

Color Harmonies of #B7A895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A895

Black with #B7A895

Text Example


Text Example

White with #B7A895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A895; }

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

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

background-color css

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

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

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

border-color css

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

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

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