Html Css Color HEX #B67C5E Medium Wood

📋 copy color: '#B67C5E'

red 182 ◦ green 124 ◦ blue 94

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

Shades of Medium Wood #B67C5E

Tints of Medium Wood #B67C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 45.5%
G = 31%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B67C5E (or 0xB67C5E) is known color: Medium Wood. HEX triplet: B6, 7C and 5E. RGB value is (182,124,94). Sum of RGB (Red+Green+Blue) = 182+124+94=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C5E is #4983A1. Grayscale: #8A8A8A. Windows color (decimal): -4817826 or 6192310. OLE color: 6192310.

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

Color convert

RGB 182 124 94 -
CMYK 0 0.32 0.48 0.29
HSL 20.45º 0.38% 0.54% -
HSV(B) 20.45º 0.48% 0.71% -
XYZ 28.52 25.17 13.94 -
YUV 137.92 103.22 159.44 -
System Red Green Blue C M Y K H S L
Decimal 182 124 94 0 0.32 0.48 0.29 20.45 0.38 0.54
Hex B6 7C 5E 0 20 30 1D 14 26 36
Octal 266 174 136 0 40 60 35 24 46 66
Binary 10110110 1111100 1011110 0 100000 110000 11101 10100 100110 110110

Color Harmonies of #B67C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C5E

Black with #B67C5E

Text Example


Text Example

White with #B67C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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