Html Css Color HEX #B5A392 Cloudy

📋 copy color: '#B5A392'

red 181 ◦ green 163 ◦ blue 146

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

Shades of Cloudy #B5A392

Tints of Cloudy #B5A392

RGB

 RED value IS 181 (71.09% from 255) = 36.94%

 GREEN value IS 163 (64.06% from 255) = 33.27%

 BLUE value IS 146 (57.42% from 255) = 29.8%

R = 36.94%
G = 33.27%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B5A392 (or 0xB5A392) is known color: Cloudy. HEX triplet: B5, A3 and 92. RGB value is (181,163,146). Sum of RGB (Red+Green+Blue) = 181+163+146=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A392 is #4A5C6D. Grayscale: #A6A6A6. Windows color (decimal): -4873326 or 9610165. OLE color: 9610165.

HSL color Cylindrical-coordinate representation of color #B5A392: hue angle of 29.14º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5A392 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 163 146 -
CMYK 0 0.10 0.19 0.29
HSL 29.14º 0.19% 0.64% -
HSV(B) 29.14º 0.19% 0.71% -
XYZ 37.34 38.09 32.58 -
YUV 166.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 181 163 146 0 0.10 0.19 0.29 29.14 0.19 0.64
Hex B5 A3 92 0 A 13 1D 1D 13 40
Octal 265 243 222 0 12 23 35 35 23 100
Binary 10110101 10100011 10010010 0 1010 10011 11101 11101 10011 1000000

Color Harmonies of #B5A392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A392

Black with #B5A392

Text Example


Text Example

White with #B5A392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A392; }

 p { color: rgb(181,163,146); }

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

background-color css

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

 a { background-color: rgb(181,163,146); }

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

border-color css

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

 span { border-color: rgb(181,163,146); }

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