Html Css Color HEX #B07E5D Medium Wood

📋 copy color: '#B07E5D'

red 176 ◦ green 126 ◦ blue 93

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

Shades of Medium Wood #B07E5D

Tints of Medium Wood #B07E5D

RGB

 RED value IS 176 (69.14% from 255) = 44.56%

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

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

R = 44.56%
G = 31.9%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B07E5D (or 0xB07E5D) is known color: Medium Wood. HEX triplet: B0, 7E and 5D. RGB value is (176,126,93). Sum of RGB (Red+Green+Blue) = 176+126+93=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E5D is #4F81A2. Grayscale: #898989. Windows color (decimal): -5210531 or 6127280. OLE color: 6127280.

HSL color Cylindrical-coordinate representation of color #B07E5D: hue angle of 23.86º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B07E5D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 126 93 -
CMYK 0 0.28 0.47 0.31
HSL 23.86º 0.34% 0.53% -
HSV(B) 23.86º 0.47% 0.69% -
XYZ 27.34 24.94 13.73 -
YUV 137.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 176 126 93 0 0.28 0.47 0.31 23.86 0.34 0.53
Hex B0 7E 5D 0 1C 2F 1F 18 22 35
Octal 260 176 135 0 34 57 37 30 42 65
Binary 10110000 1111110 1011101 0 11100 101111 11111 11000 100010 110101

Color Harmonies of #B07E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E5D

Black with #B07E5D

Text Example


Text Example

White with #B07E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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