Html Css Color HEX #B07E5A Medium Wood

📋 copy color: '#B07E5A'

red 176 ◦ green 126 ◦ blue 90

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

Shades of Medium Wood #B07E5A

Tints of Medium Wood #B07E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 44.9%
G = 32.14%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B07E5A (or 0xB07E5A) is known color: Medium Wood. HEX triplet: B0, 7E and 5A. RGB value is (176,126,90). Sum of RGB (Red+Green+Blue) = 176+126+90=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E5A is #4F81A5. Grayscale: #898989. Windows color (decimal): -5210534 or 5930672. OLE color: 5930672.

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

Color convert

RGB 176 126 90 -
CMYK 0 0.28 0.49 0.31
HSL 25.12º 0.35% 0.52% -
HSV(B) 25.12º 0.49% 0.69% -
XYZ 27.21 24.89 13.04 -
YUV 136.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 176 126 90 0 0.28 0.49 0.31 25.12 0.35 0.52
Hex B0 7E 5A 0 1C 31 1F 19 23 34
Octal 260 176 132 0 34 61 37 31 43 64
Binary 10110000 1111110 1011010 0 11100 110001 11111 11001 100011 110100

Color Harmonies of #B07E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E5A

Black with #B07E5A

Text Example


Text Example

White with #B07E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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