Html Css Color HEX #B2795F Medium Wood

📋 copy color: '#B2795F'

red 178 ◦ green 121 ◦ blue 95

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

Shades of Medium Wood #B2795F

Tints of Medium Wood #B2795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.71%

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

R = 45.18%
G = 30.71%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2795F (or 0xB2795F) is known color: Medium Wood. HEX triplet: B2, 79 and 5F. RGB value is (178,121,95). Sum of RGB (Red+Green+Blue) = 178+121+95=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B2795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2795F is #4D86A0. Grayscale: #878787. Windows color (decimal): -5080737 or 6257074. OLE color: 6257074.

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

Color convert

RGB 178 121 95 -
CMYK 0 0.32 0.47 0.30
HSL 18.8º 0.35% 0.54% -
HSV(B) 18.8º 0.47% 0.7% -
XYZ 27.26 23.97 14.02 -
YUV 135.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 178 121 95 0 0.32 0.47 0.30 18.8 0.35 0.54
Hex B2 79 5F 0 20 2F 1E 13 23 36
Octal 262 171 137 0 40 57 36 23 43 66
Binary 10110010 1111001 1011111 0 100000 101111 11110 10011 100011 110110

Color Harmonies of #B2795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2795F

Black with #B2795F

Text Example


Text Example

White with #B2795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2795F; }

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

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

background-color css

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

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

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

border-color css

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

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

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