Html Css Color HEX #B7AD9E Cloudy

📋 copy color: '#B7AD9E'

red 183 ◦ green 173 ◦ blue 158

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

Shades of Cloudy #B7AD9E

Tints of Cloudy #B7AD9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.74%

R = 35.6%
G = 33.66%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B7AD9E (or 0xB7AD9E) is known color: Cloudy. HEX triplet: B7, AD and 9E. RGB value is (183,173,158). Sum of RGB (Red+Green+Blue) = 183+173+158=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD9E is #485261. Grayscale: #AEAEAE. Windows color (decimal): -4739682 or 10399159. OLE color: 10399159.

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

Color convert

RGB 183 173 158 -
CMYK 0 0.05 0.14 0.28
HSL 36º 0.15% 0.67% -
HSV(B) 36º 0.14% 0.72% -
XYZ 40.64 42.42 38.39 -
YUV 174.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 183 173 158 0 0.05 0.14 0.28 36 0.15 0.67
Hex B7 AD 9E 0 5 E 1C 24 F 43
Octal 267 255 236 0 5 16 34 44 17 103
Binary 10110111 10101101 10011110 0 101 1110 11100 100100 1111 1000011

Color Harmonies of #B7AD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD9E

Black with #B7AD9E

Text Example


Text Example

White with #B7AD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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