Html Css Color HEX #B0795E Medium Wood

📋 copy color: '#B0795E'

red 176 ◦ green 121 ◦ blue 94

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

Shades of Medium Wood #B0795E

Tints of Medium Wood #B0795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.95%

 BLUE value IS 94 (37.11% from 255) = 24.04%

R = 45.01%
G = 30.95%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0795E (or 0xB0795E) is known color: Medium Wood. HEX triplet: B0, 79 and 5E. RGB value is (176,121,94). Sum of RGB (Red+Green+Blue) = 176+121+94=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B0795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0795E is #4F86A1. Grayscale: #868686. Windows color (decimal): -5211810 or 6191536. OLE color: 6191536.

HSL color Cylindrical-coordinate representation of color #B0795E: hue angle of 19.76º 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 #B0795E is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 121 94 -
CMYK 0 0.31 0.47 0.31
HSL 19.76º 0.34% 0.53% -
HSV(B) 19.76º 0.47% 0.69% -
XYZ 26.76 23.71 13.76 -
YUV 134.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 176 121 94 0 0.31 0.47 0.31 19.76 0.34 0.53
Hex B0 79 5E 0 1F 2F 1F 14 22 35
Octal 260 171 136 0 37 57 37 24 42 65
Binary 10110000 1111001 1011110 0 11111 101111 11111 10100 100010 110101

Color Harmonies of #B0795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0795E

Black with #B0795E

Text Example


Text Example

White with #B0795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0795E; }

 p { color: rgb(176,121,94); }

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

background-color css

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

 a { background-color: rgb(176,121,94); }

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

border-color css

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

 span { border-color: rgb(176,121,94); }

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