Html Css Color HEX #B3886E Medium Wood

📋 copy color: '#B3886E'

red 179 ◦ green 136 ◦ blue 110

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

Shades of Medium Wood #B3886E

Tints of Medium Wood #B3886E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.88%

R = 42.12%
G = 32%
B = 25.88%

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

#B3886E (or 0xB3886E) is known color: Medium Wood. HEX triplet: B3, 88 and 6E. RGB value is (179,136,110). Sum of RGB (Red+Green+Blue) = 179+136+110=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B3886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3886E is #4C7791. Grayscale: #929292. Windows color (decimal): -5011346 or 7243955. OLE color: 7243955.

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

Color convert

RGB 179 136 110 -
CMYK 0 0.24 0.39 0.30
HSL 22.61º 0.31% 0.57% -
HSV(B) 22.61º 0.39% 0.7% -
XYZ 30.21 28.32 18.63 -
YUV 145.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 179 136 110 0 0.24 0.39 0.30 22.61 0.31 0.57
Hex B3 88 6E 0 18 27 1E 17 1F 39
Octal 263 210 156 0 30 47 36 27 37 71
Binary 10110011 10001000 1101110 0 11000 100111 11110 10111 11111 111001

Color Harmonies of #B3886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3886E

Black with #B3886E

Text Example


Text Example

White with #B3886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3886E; }

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

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

background-color css

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

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

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

border-color css

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

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

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