Html Css Color HEX #B3886D Medium Wood

📋 copy color: '#B3886D'

red 179 ◦ green 136 ◦ blue 109

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

Shades of Medium Wood #B3886D

Tints of Medium Wood #B3886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.71%

R = 42.22%
G = 32.08%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3886D (or 0xB3886D) is known color: Medium Wood. HEX triplet: B3, 88 and 6D. RGB value is (179,136,109). Sum of RGB (Red+Green+Blue) = 179+136+109=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3886D is #4C7792. Grayscale: #919191. Windows color (decimal): -5011347 or 7178419. OLE color: 7178419.

HSL color Cylindrical-coordinate representation of color #B3886D: hue angle of 23.14º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3886D is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 136 109 -
CMYK 0 0.24 0.39 0.30
HSL 23.14º 0.32% 0.56% -
HSV(B) 23.14º 0.39% 0.7% -
XYZ 30.15 28.3 18.34 -
YUV 145.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 179 136 109 0 0.24 0.39 0.30 23.14 0.32 0.56
Hex B3 88 6D 0 18 27 1E 17 20 38
Octal 263 210 155 0 30 47 36 27 40 70
Binary 10110011 10001000 1101101 0 11000 100111 11110 10111 100000 111000

Color Harmonies of #B3886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3886D

Black with #B3886D

Text Example


Text Example

White with #B3886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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