Html Css Color HEX #B38261 Medium Wood

📋 copy color: '#B38261'

red 179 ◦ green 130 ◦ blue 97

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

Shades of Medium Wood #B38261

Tints of Medium Wood #B38261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 44.09%
G = 32.02%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B38261 (or 0xB38261) is known color: Medium Wood. HEX triplet: B3, 82 and 61. RGB value is (179,130,97). Sum of RGB (Red+Green+Blue) = 179+130+97=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B38261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38261 is #4C7D9E. Grayscale: #8D8D8D. Windows color (decimal): -5012895 or 6390451. OLE color: 6390451.

HSL color Cylindrical-coordinate representation of color #B38261: hue angle of 24.15º 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 #B38261 is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 130 97 -
CMYK 0 0.27 0.46 0.30
HSL 24.15º 0.35% 0.54% -
HSV(B) 24.15º 0.46% 0.7% -
XYZ 28.73 26.41 14.89 -
YUV 140.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 179 130 97 0 0.27 0.46 0.30 24.15 0.35 0.54
Hex B3 82 61 0 1B 2E 1E 18 23 36
Octal 263 202 141 0 33 56 36 30 43 66
Binary 10110011 10000010 1100001 0 11011 101110 11110 11000 100011 110110

Color Harmonies of #B38261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38261

Black with #B38261

Text Example


Text Example

White with #B38261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38261; }

 p { color: rgb(179,130,97); }

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

background-color css

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

 a { background-color: rgb(179,130,97); }

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

border-color css

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

 span { border-color: rgb(179,130,97); }

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