Html Css Color HEX #B6B5B3 Cotton Seed

📋 copy color: '#B6B5B3'

red 182 ◦ green 181 ◦ blue 179

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

Shades of Cotton Seed #B6B5B3

Tints of Cotton Seed #B6B5B3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.39%

 BLUE value IS 179 (70.31% from 255) = 33.03%

R = 33.58%
G = 33.39%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B6B5B3 (or 0xB6B5B3) is known color: Cotton Seed. HEX triplet: B6, B5 and B3. RGB value is (182,181,179). Sum of RGB (Red+Green+Blue) = 182+181+179=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B5B3 is #494A4C. Grayscale: #B5B5B5. Windows color (decimal): -4803149 or 11777462. OLE color: 11777462.

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

Color convert

RGB 182 181 179 -
CMYK 0 0.01 0.02 0.29
HSL 40º 0.02% 0.71% -
HSV(B) 40º 0.02% 0.71% -
XYZ 43.95 46.25 49.26 -
YUV 181.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 182 181 179 0 0.01 0.02 0.29 40 0.02 0.71
Hex B6 B5 B3 0 1 2 1D 28 2 47
Octal 266 265 263 0 1 2 35 50 2 107
Binary 10110110 10110101 10110011 0 1 10 11101 101000 10 1000111

Color Harmonies of #B6B5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B5B3

Black with #B6B5B3

Text Example


Text Example

White with #B6B5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B5B3; }

 p { color: rgb(182,181,179); }

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

background-color css

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

 a { background-color: rgb(182,181,179); }

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

border-color css

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

 span { border-color: rgb(182,181,179); }

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