Html Css Color HEX #B0785E Medium Wood

📋 copy color: '#B0785E'

red 176 ◦ green 120 ◦ blue 94

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

Shades of Medium Wood #B0785E

Tints of Medium Wood #B0785E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.77%

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

R = 45.13%
G = 30.77%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0785E (or 0xB0785E) is known color: Medium Wood. HEX triplet: B0, 78 and 5E. RGB value is (176,120,94). Sum of RGB (Red+Green+Blue) = 176+120+94=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0785E is #4F87A1. Grayscale: #858585. Windows color (decimal): -5212066 or 6191280. OLE color: 6191280.

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

Color convert

RGB 176 120 94 -
CMYK 0 0.32 0.47 0.31
HSL 19.02º 0.34% 0.53% -
HSV(B) 19.02º 0.47% 0.69% -
XYZ 26.64 23.47 13.72 -
YUV 133.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 176 120 94 0 0.32 0.47 0.31 19.02 0.34 0.53
Hex B0 78 5E 0 20 2F 1F 13 22 35
Octal 260 170 136 0 40 57 37 23 42 65
Binary 10110000 1111000 1011110 0 100000 101111 11111 10011 100010 110101

Color Harmonies of #B0785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0785E

Black with #B0785E

Text Example


Text Example

White with #B0785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0785E; }

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

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

background-color css

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

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

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

border-color css

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

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

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