Html Css Color HEX #B7AD9C Cloudy

📋 copy color: '#B7AD9C'

red 183 ◦ green 173 ◦ blue 156

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

Shades of Cloudy #B7AD9C

Tints of Cloudy #B7AD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.79%

 BLUE value IS 156 (61.33% from 255) = 30.47%

R = 35.74%
G = 33.79%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B7AD9C (or 0xB7AD9C) is known color: Cloudy. HEX triplet: B7, AD and 9C. RGB value is (183,173,156). Sum of RGB (Red+Green+Blue) = 183+173+156=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD9C is #485263. Grayscale: #AEAEAE. Windows color (decimal): -4739684 or 10268087. OLE color: 10268087.

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

Color convert

RGB 183 173 156 -
CMYK 0 0.05 0.15 0.28
HSL 37.78º 0.16% 0.66% -
HSV(B) 37.78º 0.15% 0.72% -
XYZ 40.47 42.35 37.49 -
YUV 174.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 183 173 156 0 0.05 0.15 0.28 37.78 0.16 0.66
Hex B7 AD 9C 0 5 F 1C 26 10 42
Octal 267 255 234 0 5 17 34 46 20 102
Binary 10110111 10101101 10011100 0 101 1111 11100 100110 10000 1000010

Color Harmonies of #B7AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD9C

Black with #B7AD9C

Text Example


Text Example

White with #B7AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD9C; }

 p { color: rgb(183,173,156); }

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

background-color css

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

 a { background-color: rgb(183,173,156); }

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

border-color css

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

 span { border-color: rgb(183,173,156); }

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