Html Css Color HEX #B2865F Medium Wood

📋 copy color: '#B2865F'

red 178 ◦ green 134 ◦ blue 95

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

Shades of Medium Wood #B2865F

Tints of Medium Wood #B2865F

RGB

 RED value IS 178 (69.92% from 255) = 43.73%

 GREEN value IS 134 (52.73% from 255) = 32.92%

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 43.73%
G = 32.92%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2865F (or 0xB2865F) is known color: Medium Wood. HEX triplet: B2, 86 and 5F. RGB value is (178,134,95). Sum of RGB (Red+Green+Blue) = 178+134+95=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2865F is #4D79A0. Grayscale: #8E8E8E. Windows color (decimal): -5077409 or 6260402. OLE color: 6260402.

HSL color Cylindrical-coordinate representation of color #B2865F: hue angle of 28.19º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2865F is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 95 -
CMYK 0 0.25 0.47 0.30
HSL 28.19º 0.35% 0.54% -
HSV(B) 28.19º 0.47% 0.7% -
XYZ 28.95 27.34 14.58 -
YUV 142.71 101.08 153.17 -
System Red Green Blue C M Y K H S L
Decimal 178 134 95 0 0.25 0.47 0.30 28.19 0.35 0.54
Hex B2 86 5F 0 19 2F 1E 1C 23 36
Octal 262 206 137 0 31 57 36 34 43 66
Binary 10110010 10000110 1011111 0 11001 101111 11110 11100 100011 110110

Color Harmonies of #B2865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2865F

Black with #B2865F

Text Example


Text Example

White with #B2865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2865F; }

 p { color: rgb(178,134,95); }

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

background-color css

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

 a { background-color: rgb(178,134,95); }

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

border-color css

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

 span { border-color: rgb(178,134,95); }

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