Html Css Color HEX #B07E57 Medium Wood

📋 copy color: '#B07E57'

red 176 ◦ green 126 ◦ blue 87

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

Shades of Medium Wood #B07E57

Tints of Medium Wood #B07E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 45.24%
G = 32.39%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B07E57 (or 0xB07E57) is known color: Medium Wood. HEX triplet: B0, 7E and 57. RGB value is (176,126,87). Sum of RGB (Red+Green+Blue) = 176+126+87=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E57 is #4F81A8. Grayscale: #888888. Windows color (decimal): -5210537 or 5734064. OLE color: 5734064.

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

Color convert

RGB 176 126 87 -
CMYK 0 0.28 0.51 0.31
HSL 26.29º 0.36% 0.52% -
HSV(B) 26.29º 0.51% 0.69% -
XYZ 27.09 24.84 12.38 -
YUV 136.5 100.07 156.17 -
System Red Green Blue C M Y K H S L
Decimal 176 126 87 0 0.28 0.51 0.31 26.29 0.36 0.52
Hex B0 7E 57 0 1C 33 1F 1A 24 34
Octal 260 176 127 0 34 63 37 32 44 64
Binary 10110000 1111110 1010111 0 11100 110011 11111 11010 100100 110100

Color Harmonies of #B07E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E57

Black with #B07E57

Text Example


Text Example

White with #B07E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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