Html Css Color HEX #B38861 Medium Wood

📋 copy color: '#B38861'

red 179 ◦ green 136 ◦ blue 97

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

Shades of Medium Wood #B38861

Tints of Medium Wood #B38861

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.01%

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

R = 43.45%
G = 33.01%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B38861 (or 0xB38861) is known color: Medium Wood. HEX triplet: B3, 88 and 61. RGB value is (179,136,97). Sum of RGB (Red+Green+Blue) = 179+136+97=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B38861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38861 is #4C779E. Grayscale: #909090. Windows color (decimal): -5011359 or 6391987. OLE color: 6391987.

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

Color convert

RGB 179 136 97 -
CMYK 0 0.24 0.46 0.30
HSL 28.54º 0.35% 0.54% -
HSV(B) 28.54º 0.46% 0.7% -
XYZ 29.55 28.06 15.17 -
YUV 144.41 101.25 152.67 -
System Red Green Blue C M Y K H S L
Decimal 179 136 97 0 0.24 0.46 0.30 28.54 0.35 0.54
Hex B3 88 61 0 18 2E 1E 1D 23 36
Octal 263 210 141 0 30 56 36 35 43 66
Binary 10110011 10001000 1100001 0 11000 101110 11110 11101 100011 110110

Color Harmonies of #B38861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38861

Black with #B38861

Text Example


Text Example

White with #B38861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38861; }

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

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

background-color css

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

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

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

border-color css

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

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

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