Html Css Color HEX #B67C64 Medium Wood

📋 copy color: '#B67C64'

red 182 ◦ green 124 ◦ blue 100

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

Shades of Medium Wood #B67C64

Tints of Medium Wood #B67C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 44.83%
G = 30.54%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B67C64 (or 0xB67C64) is known color: Medium Wood. HEX triplet: B6, 7C and 64. RGB value is (182,124,100). Sum of RGB (Red+Green+Blue) = 182+124+100=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C64 is #49839B. Grayscale: #8A8A8A. Windows color (decimal): -4817820 or 6585526. OLE color: 6585526.

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

Color convert

RGB 182 124 100 -
CMYK 0 0.32 0.45 0.29
HSL 17.56º 0.36% 0.55% -
HSV(B) 17.56º 0.45% 0.71% -
XYZ 28.8 25.28 15.42 -
YUV 138.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 182 124 100 0 0.32 0.45 0.29 17.56 0.36 0.55
Hex B6 7C 64 0 20 2D 1D 12 24 37
Octal 266 174 144 0 40 55 35 22 44 67
Binary 10110110 1111100 1100100 0 100000 101101 11101 10010 100100 110111

Color Harmonies of #B67C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C64

Black with #B67C64

Text Example


Text Example

White with #B67C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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