Html Css Color HEX #B2795D Medium Wood

📋 copy color: '#B2795D'

red 178 ◦ green 121 ◦ blue 93

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

Shades of Medium Wood #B2795D

Tints of Medium Wood #B2795D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.72%

R = 45.41%
G = 30.87%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2795D (or 0xB2795D) is known color: Medium Wood. HEX triplet: B2, 79 and 5D. RGB value is (178,121,93). Sum of RGB (Red+Green+Blue) = 178+121+93=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2795D is #4D86A2. Grayscale: #878787. Windows color (decimal): -5080739 or 6126002. OLE color: 6126002.

HSL color Cylindrical-coordinate representation of color #B2795D: hue angle of 19.76º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2795D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 93 -
CMYK 0 0.32 0.48 0.30
HSL 19.76º 0.36% 0.53% -
HSV(B) 19.76º 0.48% 0.7% -
XYZ 27.17 23.93 13.54 -
YUV 134.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 178 121 93 0 0.32 0.48 0.30 19.76 0.36 0.53
Hex B2 79 5D 0 20 30 1E 14 24 35
Octal 262 171 135 0 40 60 36 24 44 65
Binary 10110010 1111001 1011101 0 100000 110000 11110 10100 100100 110101

Color Harmonies of #B2795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2795D

Black with #B2795D

Text Example


Text Example

White with #B2795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2795D; }

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

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

background-color css

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

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

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

border-color css

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

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

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