Html Css Color HEX #B7AEA0 Cloudy

📋 copy color: '#B7AEA0'

red 183 ◦ green 174 ◦ blue 160

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

Shades of Cloudy #B7AEA0

Tints of Cloudy #B7AEA0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.66%

 BLUE value IS 160 (62.89% from 255) = 30.95%

R = 35.4%
G = 33.66%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B7AEA0 (or 0xB7AEA0) is known color: Cloudy. HEX triplet: B7, AE and A0. RGB value is (183,174,160). Sum of RGB (Red+Green+Blue) = 183+174+160=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AEA0 is #48515F. Grayscale: #AFAFAF. Windows color (decimal): -4739424 or 10530487. OLE color: 10530487.

HSL color Cylindrical-coordinate representation of color #B7AEA0: hue angle of 36.52º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7AEA0 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 174 160 -
CMYK 0 0.05 0.13 0.28
HSL 36.52º 0.14% 0.67% -
HSV(B) 36.52º 0.13% 0.72% -
XYZ 41.01 42.88 39.37 -
YUV 175.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 183 174 160 0 0.05 0.13 0.28 36.52 0.14 0.67
Hex B7 AE A0 0 5 D 1C 25 E 43
Octal 267 256 240 0 5 15 34 45 16 103
Binary 10110111 10101110 10100000 0 101 1101 11100 100101 1110 1000011

Color Harmonies of #B7AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AEA0

Black with #B7AEA0

Text Example


Text Example

White with #B7AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AEA0; }

 p { color: rgb(183,174,160); }

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

background-color css

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

 a { background-color: rgb(183,174,160); }

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

border-color css

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

 span { border-color: rgb(183,174,160); }

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