Html Css Color HEX #B67860 Medium Wood

📋 copy color: '#B67860'

red 182 ◦ green 120 ◦ blue 96

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

Shades of Medium Wood #B67860

Tints of Medium Wood #B67860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.15%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 45.73%
G = 30.15%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B67860 (or 0xB67860) is known color: Medium Wood. HEX triplet: B6, 78 and 60. RGB value is (182,120,96). Sum of RGB (Red+Green+Blue) = 182+120+96=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B67860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67860 is #49879F. Grayscale: #878787. Windows color (decimal): -4818848 or 6322358. OLE color: 6322358.

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

Color convert

RGB 182 120 96 -
CMYK 0 0.34 0.47 0.29
HSL 16.74º 0.37% 0.55% -
HSV(B) 16.74º 0.47% 0.71% -
XYZ 28.12 24.22 14.26 -
YUV 135.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 182 120 96 0 0.34 0.47 0.29 16.74 0.37 0.55
Hex B6 78 60 0 22 2F 1D 11 25 37
Octal 266 170 140 0 42 57 35 21 45 67
Binary 10110110 1111000 1100000 0 100010 101111 11101 10001 100101 110111

Color Harmonies of #B67860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67860

Black with #B67860

Text Example


Text Example

White with #B67860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67860; }

 p { color: rgb(182,120,96); }

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

background-color css

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

 a { background-color: rgb(182,120,96); }

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

border-color css

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

 span { border-color: rgb(182,120,96); }

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