Html Css Color HEX #B3876D Medium Wood

📋 copy color: '#B3876D'

red 179 ◦ green 135 ◦ blue 109

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

Shades of Medium Wood #B3876D

Tints of Medium Wood #B3876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.91%

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

R = 42.32%
G = 31.91%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3876D (or 0xB3876D) is known color: Medium Wood. HEX triplet: B3, 87 and 6D. RGB value is (179,135,109). Sum of RGB (Red+Green+Blue) = 179+135+109=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3876D is #4C7892. Grayscale: #919191. Windows color (decimal): -5011603 or 7178163. OLE color: 7178163.

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

Color convert

RGB 179 135 109 -
CMYK 0 0.25 0.39 0.30
HSL 22.29º 0.32% 0.56% -
HSV(B) 22.29º 0.39% 0.7% -
XYZ 30.01 28.02 18.29 -
YUV 145.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 179 135 109 0 0.25 0.39 0.30 22.29 0.32 0.56
Hex B3 87 6D 0 19 27 1E 16 20 38
Octal 263 207 155 0 31 47 36 26 40 70
Binary 10110011 10000111 1101101 0 11001 100111 11110 10110 100000 111000

Color Harmonies of #B3876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3876D

Black with #B3876D

Text Example


Text Example

White with #B3876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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