Html Css Color HEX #B6805B Medium Wood

📋 copy color: '#B6805B'

red 182 ◦ green 128 ◦ blue 91

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

Shades of Medium Wood #B6805B

Tints of Medium Wood #B6805B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.92%

 BLUE value IS 91 (35.94% from 255) = 22.69%

R = 45.39%
G = 31.92%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#B6805B (or 0xB6805B) is known color: Medium Wood. HEX triplet: B6, 80 and 5B. RGB value is (182,128,91). Sum of RGB (Red+Green+Blue) = 182+128+91=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B6805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6805B is #497FA4. Grayscale: #8C8C8C. Windows color (decimal): -4816805 or 5996726. OLE color: 5996726.

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

Color convert

RGB 182 128 91 -
CMYK 0 0.30 0.5 0.29
HSL 24.4º 0.38% 0.54% -
HSV(B) 24.4º 0.5% 0.71% -
XYZ 28.9 26.14 13.42 -
YUV 139.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 182 128 91 0 0.30 0.5 0.29 24.4 0.38 0.54
Hex B6 80 5B 0 1E 32 1D 18 26 36
Octal 266 200 133 0 36 62 35 30 46 66
Binary 10110110 10000000 1011011 0 11110 110010 11101 11000 100110 110110

Color Harmonies of #B6805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6805B

Black with #B6805B

Text Example


Text Example

White with #B6805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6805B; }

 p { color: rgb(182,128,91); }

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

background-color css

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

 a { background-color: rgb(182,128,91); }

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

border-color css

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

 span { border-color: rgb(182,128,91); }

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