Html Css Color HEX #B8A896 Cloudy

📋 copy color: '#B8A896'

red 184 ◦ green 168 ◦ blue 150

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

Shades of Cloudy #B8A896

Tints of Cloudy #B8A896

RGB

 RED value IS 184 (72.27% from 255) = 36.65%

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

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 36.65%
G = 33.47%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B8A896 (or 0xB8A896) is known color: Cloudy. HEX triplet: B8, A8 and 96. RGB value is (184,168,150). Sum of RGB (Red+Green+Blue) = 184+168+150=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A896 is #475769. Grayscale: #AAAAAA. Windows color (decimal): -4675434 or 9873592. OLE color: 9873592.

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

Color convert

RGB 184 168 150 -
CMYK 0 0.09 0.18 0.28
HSL 31.76º 0.19% 0.65% -
HSV(B) 31.76º 0.18% 0.72% -
XYZ 39.27 40.4 34.58 -
YUV 170.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 184 168 150 0 0.09 0.18 0.28 31.76 0.19 0.65
Hex B8 A8 96 0 9 12 1C 20 13 41
Octal 270 250 226 0 11 22 34 40 23 101
Binary 10111000 10101000 10010110 0 1001 10010 11100 100000 10011 1000001

Color Harmonies of #B8A896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A896

Black with #B8A896

Text Example


Text Example

White with #B8A896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A896; }

 p { color: rgb(184,168,150); }

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

background-color css

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

 a { background-color: rgb(184,168,150); }

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

border-color css

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

 span { border-color: rgb(184,168,150); }

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