Html Css Color HEX #B6A391 Cloudy

📋 copy color: '#B6A391'

red 182 ◦ green 163 ◦ blue 145

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

Shades of Cloudy #B6A391

Tints of Cloudy #B6A391

RGB

 RED value IS 182 (71.48% from 255) = 37.14%

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

 BLUE value IS 145 (57.03% from 255) = 29.59%

R = 37.14%
G = 33.27%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B6A391 (or 0xB6A391) is known color: Cloudy. HEX triplet: B6, A3 and 91. RGB value is (182,163,145). Sum of RGB (Red+Green+Blue) = 182+163+145=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A391 is #495C6E. Grayscale: #A6A6A6. Windows color (decimal): -4807791 or 9544630. OLE color: 9544630.

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

Color convert

RGB 182 163 145 -
CMYK 0 0.10 0.20 0.29
HSL 29.19º 0.2% 0.64% -
HSV(B) 29.19º 0.2% 0.71% -
XYZ 37.5 38.18 32.18 -
YUV 166.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 182 163 145 0 0.10 0.20 0.29 29.19 0.2 0.64
Hex B6 A3 91 0 A 14 1D 1D 14 40
Octal 266 243 221 0 12 24 35 35 24 100
Binary 10110110 10100011 10010001 0 1010 10100 11101 11101 10100 1000000

Color Harmonies of #B6A391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A391

Black with #B6A391

Text Example


Text Example

White with #B6A391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A391; }

 p { color: rgb(182,163,145); }

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

background-color css

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

 a { background-color: rgb(182,163,145); }

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

border-color css

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

 span { border-color: rgb(182,163,145); }

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