Html Css Color HEX #B3785A Medium Wood

📋 copy color: '#B3785A'

red 179 ◦ green 120 ◦ blue 90

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

Shades of Medium Wood #B3785A

Tints of Medium Wood #B3785A

RGB

 RED value IS 179 (70.31% from 255) = 46.02%

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

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

R = 46.02%
G = 30.85%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3785A (or 0xB3785A) is known color: Medium Wood. HEX triplet: B3, 78 and 5A. RGB value is (179,120,90). Sum of RGB (Red+Green+Blue) = 179+120+90=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3785A is #4C87A5. Grayscale: #868686. Windows color (decimal): -5015462 or 5929139. OLE color: 5929139.

HSL color Cylindrical-coordinate representation of color #B3785A: hue angle of 20.22º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3785A is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 120 90 -
CMYK 0 0.33 0.50 0.30
HSL 20.22º 0.37% 0.53% -
HSV(B) 20.22º 0.5% 0.7% -
XYZ 27.15 23.75 12.83 -
YUV 134.22 103.05 159.94 -
System Red Green Blue C M Y K H S L
Decimal 179 120 90 0 0.33 0.50 0.30 20.22 0.37 0.53
Hex B3 78 5A 0 21 32 1E 14 25 35
Octal 263 170 132 0 41 62 36 24 45 65
Binary 10110011 1111000 1011010 0 100001 110010 11110 10100 100101 110101

Color Harmonies of #B3785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3785A

Black with #B3785A

Text Example


Text Example

White with #B3785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3785A; }

 p { color: rgb(179,120,90); }

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

background-color css

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

 a { background-color: rgb(179,120,90); }

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

border-color css

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

 span { border-color: rgb(179,120,90); }

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