Html Css Color HEX #B3785D Medium Wood

📋 copy color: '#B3785D'

red 179 ◦ green 120 ◦ blue 93

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

Shades of Medium Wood #B3785D

Tints of Medium Wood #B3785D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 45.66%
G = 30.61%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3785D (or 0xB3785D) is known color: Medium Wood. HEX triplet: B3, 78 and 5D. RGB value is (179,120,93). Sum of RGB (Red+Green+Blue) = 179+120+93=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B3785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3785D is #4C87A2. Grayscale: #868686. Windows color (decimal): -5015459 or 6125747. OLE color: 6125747.

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

Color convert

RGB 179 120 93 -
CMYK 0 0.33 0.48 0.30
HSL 18.84º 0.36% 0.53% -
HSV(B) 18.84º 0.48% 0.7% -
XYZ 27.28 23.81 13.51 -
YUV 134.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 179 120 93 0 0.33 0.48 0.30 18.84 0.36 0.53
Hex B3 78 5D 0 21 30 1E 13 24 35
Octal 263 170 135 0 41 60 36 23 44 65
Binary 10110011 1111000 1011101 0 100001 110000 11110 10011 100100 110101

Color Harmonies of #B3785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3785D

Black with #B3785D

Text Example


Text Example

White with #B3785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3785D; }

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

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

background-color css

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

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

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

border-color css

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

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

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