Html Css Color HEX #B67E5D Medium Wood

📋 copy color: '#B67E5D'

red 182 ◦ green 126 ◦ blue 93

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

Shades of Medium Wood #B67E5D

Tints of Medium Wood #B67E5D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.42%

 BLUE value IS 93 (36.72% from 255) = 23.19%

R = 45.39%
G = 31.42%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B67E5D (or 0xB67E5D) is known color: Medium Wood. HEX triplet: B6, 7E and 5D. RGB value is (182,126,93). Sum of RGB (Red+Green+Blue) = 182+126+93=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E5D is #4981A2. Grayscale: #8B8B8B. Windows color (decimal): -4817315 or 6127286. OLE color: 6127286.

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

Color convert

RGB 182 126 93 -
CMYK 0 0.31 0.49 0.29
HSL 22.25º 0.38% 0.54% -
HSV(B) 22.25º 0.49% 0.71% -
XYZ 28.73 25.66 13.79 -
YUV 138.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 182 126 93 0 0.31 0.49 0.29 22.25 0.38 0.54
Hex B6 7E 5D 0 1F 31 1D 16 26 36
Octal 266 176 135 0 37 61 35 26 46 66
Binary 10110110 1111110 1011101 0 11111 110001 11101 10110 100110 110110

Color Harmonies of #B67E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67E5D

Black with #B67E5D

Text Example


Text Example

White with #B67E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67E5D; }

 p { color: rgb(182,126,93); }

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

background-color css

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

 a { background-color: rgb(182,126,93); }

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

border-color css

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

 span { border-color: rgb(182,126,93); }

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