Html Css Color HEX #B07E61 Medium Wood

📋 copy color: '#B07E61'

red 176 ◦ green 126 ◦ blue 97

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

Shades of Medium Wood #B07E61

Tints of Medium Wood #B07E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.31%

R = 44.11%
G = 31.58%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B07E61 (or 0xB07E61) is known color: Medium Wood. HEX triplet: B0, 7E and 61. RGB value is (176,126,97). Sum of RGB (Red+Green+Blue) = 176+126+97=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E61 is #4F819E. Grayscale: #898989. Windows color (decimal): -5210527 or 6389424. OLE color: 6389424.

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

Color convert

RGB 176 126 97 -
CMYK 0 0.28 0.45 0.31
HSL 22.03º 0.33% 0.54% -
HSV(B) 22.03º 0.45% 0.69% -
XYZ 27.52 25.01 14.69 -
YUV 137.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 176 126 97 0 0.28 0.45 0.31 22.03 0.33 0.54
Hex B0 7E 61 0 1C 2D 1F 16 21 36
Octal 260 176 141 0 34 55 37 26 41 66
Binary 10110000 1111110 1100001 0 11100 101101 11111 10110 100001 110110

Color Harmonies of #B07E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E61

Black with #B07E61

Text Example


Text Example

White with #B07E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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