Html Css Color HEX #B6A491 Cloudy

📋 copy color: '#B6A491'

red 182 ◦ green 164 ◦ blue 145

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

Shades of Cloudy #B6A491

Tints of Cloudy #B6A491

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.4%

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

R = 37.07%
G = 33.4%
B = 29.53%

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

#B6A491 (or 0xB6A491) is known color: Cloudy. HEX triplet: B6, A4 and 91. RGB value is (182,164,145). Sum of RGB (Red+Green+Blue) = 182+164+145=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A491 is #495B6E. Grayscale: #A7A7A7. Windows color (decimal): -4807535 or 9544886. OLE color: 9544886.

HSL color Cylindrical-coordinate representation of color #B6A491: hue angle of 30.81º 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 #B6A491 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 164 145 -
CMYK 0 0.10 0.20 0.29
HSL 30.81º 0.2% 0.64% -
HSV(B) 30.81º 0.2% 0.71% -
XYZ 37.68 38.54 32.24 -
YUV 167.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 182 164 145 0 0.10 0.20 0.29 30.81 0.2 0.64
Hex B6 A4 91 0 A 14 1D 1F 14 40
Octal 266 244 221 0 12 24 35 37 24 100
Binary 10110110 10100100 10010001 0 1010 10100 11101 11111 10100 1000000

Color Harmonies of #B6A491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A491

Black with #B6A491

Text Example


Text Example

White with #B6A491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A491; }

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

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

background-color css

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

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

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

border-color css

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

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

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