Html Css Color HEX #B38560 Medium Wood

📋 copy color: '#B38560'

red 179 ◦ green 133 ◦ blue 96

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

Shades of Medium Wood #B38560

Tints of Medium Wood #B38560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.6%

 BLUE value IS 96 (37.89% from 255) = 23.53%

R = 43.87%
G = 32.6%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B38560 (or 0xB38560) is known color: Medium Wood. HEX triplet: B3, 85 and 60. RGB value is (179,133,96). Sum of RGB (Red+Green+Blue) = 179+133+96=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B38560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38560 is #4C7A9F. Grayscale: #8E8E8E. Windows color (decimal): -5012128 or 6325683. OLE color: 6325683.

HSL color Cylindrical-coordinate representation of color #B38560: hue angle of 26.75º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B38560 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 133 96 -
CMYK 0 0.26 0.46 0.30
HSL 26.75º 0.35% 0.54% -
HSV(B) 26.75º 0.46% 0.7% -
XYZ 29.09 27.2 14.78 -
YUV 142.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 179 133 96 0 0.26 0.46 0.30 26.75 0.35 0.54
Hex B3 85 60 0 1A 2E 1E 1B 23 36
Octal 263 205 140 0 32 56 36 33 43 66
Binary 10110011 10000101 1100000 0 11010 101110 11110 11011 100011 110110

Color Harmonies of #B38560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38560

Black with #B38560

Text Example


Text Example

White with #B38560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38560; }

 p { color: rgb(179,133,96); }

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

background-color css

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

 a { background-color: rgb(179,133,96); }

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

border-color css

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

 span { border-color: rgb(179,133,96); }

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