Html Css Color HEX #B6A692 Cloudy

📋 copy color: '#B6A692'

red 182 ◦ green 166 ◦ blue 146

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

Shades of Cloudy #B6A692

Tints of Cloudy #B6A692

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.6%

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

R = 36.84%
G = 33.6%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B6A692 (or 0xB6A692) is known color: Cloudy. HEX triplet: B6, A6 and 92. RGB value is (182,166,146). Sum of RGB (Red+Green+Blue) = 182+166+146=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A692 is #49596D. Grayscale: #A8A8A8. Windows color (decimal): -4807022 or 9610934. OLE color: 9610934.

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

Color convert

RGB 182 166 146 -
CMYK 0 0.09 0.20 0.29
HSL 33.33º 0.2% 0.64% -
HSV(B) 33.33º 0.2% 0.71% -
XYZ 38.12 39.29 32.77 -
YUV 168.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 182 166 146 0 0.09 0.20 0.29 33.33 0.2 0.64
Hex B6 A6 92 0 9 14 1D 21 14 40
Octal 266 246 222 0 11 24 35 41 24 100
Binary 10110110 10100110 10010010 0 1001 10100 11101 100001 10100 1000000

Color Harmonies of #B6A692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A692

Black with #B6A692

Text Example


Text Example

White with #B6A692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A692; }

 p { color: rgb(182,166,146); }

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

background-color css

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

 a { background-color: rgb(182,166,146); }

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

border-color css

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

 span { border-color: rgb(182,166,146); }

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