Html Css Color HEX #B3876E Medium Wood

📋 copy color: '#B3876E'

red 179 ◦ green 135 ◦ blue 110

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

Shades of Medium Wood #B3876E

Tints of Medium Wood #B3876E

RGB

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

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

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

R = 42.22%
G = 31.84%
B = 25.94%

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

#B3876E (or 0xB3876E) is known color: Medium Wood. HEX triplet: B3, 87 and 6E. RGB value is (179,135,110). Sum of RGB (Red+Green+Blue) = 179+135+110=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3876E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3876E is #4C7891. Grayscale: #919191. Windows color (decimal): -5011602 or 7243699. OLE color: 7243699.

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

Color convert

RGB 179 135 110 -
CMYK 0 0.25 0.39 0.30
HSL 21.74º 0.31% 0.57% -
HSV(B) 21.74º 0.39% 0.7% -
XYZ 30.07 28.04 18.58 -
YUV 145.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 179 135 110 0 0.25 0.39 0.30 21.74 0.31 0.57
Hex B3 87 6E 0 19 27 1E 16 1F 39
Octal 263 207 156 0 31 47 36 26 37 71
Binary 10110011 10000111 1101110 0 11001 100111 11110 10110 11111 111001

Color Harmonies of #B3876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3876E

Black with #B3876E

Text Example


Text Example

White with #B3876E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3876E; }

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

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

background-color css

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

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

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

border-color css

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

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

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