Html Css Color HEX #B67C60 Medium Wood

📋 copy color: '#B67C60'

red 182 ◦ green 124 ◦ blue 96

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

Shades of Medium Wood #B67C60

Tints of Medium Wood #B67C60

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.85%

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

R = 45.27%
G = 30.85%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B67C60 (or 0xB67C60) is known color: Medium Wood. HEX triplet: B6, 7C and 60. RGB value is (182,124,96). Sum of RGB (Red+Green+Blue) = 182+124+96=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C60 is #49839F. Grayscale: #8A8A8A. Windows color (decimal): -4817824 or 6323382. OLE color: 6323382.

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

Color convert

RGB 182 124 96 -
CMYK 0 0.32 0.47 0.29
HSL 19.53º 0.37% 0.55% -
HSV(B) 19.53º 0.47% 0.71% -
XYZ 28.61 25.2 14.42 -
YUV 138.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 182 124 96 0 0.32 0.47 0.29 19.53 0.37 0.55
Hex B6 7C 60 0 20 2F 1D 14 25 37
Octal 266 174 140 0 40 57 35 24 45 67
Binary 10110110 1111100 1100000 0 100000 101111 11101 10100 100101 110111

Color Harmonies of #B67C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C60

Black with #B67C60

Text Example


Text Example

White with #B67C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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