Html Css Color HEX #B2835D Medium Wood

📋 copy color: '#B2835D'

red 178 ◦ green 131 ◦ blue 93

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

Shades of Medium Wood #B2835D

Tints of Medium Wood #B2835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.59%

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

R = 44.28%
G = 32.59%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2835D (or 0xB2835D) is known color: Medium Wood. HEX triplet: B2, 83 and 5D. RGB value is (178,131,93). Sum of RGB (Red+Green+Blue) = 178+131+93=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2835D is #4D7CA2. Grayscale: #8C8C8C. Windows color (decimal): -5078179 or 6128562. OLE color: 6128562.

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

Color convert

RGB 178 131 93 -
CMYK 0 0.26 0.48 0.30
HSL 26.82º 0.36% 0.53% -
HSV(B) 26.82º 0.48% 0.7% -
XYZ 28.45 26.49 13.97 -
YUV 140.72 101.07 154.59 -
System Red Green Blue C M Y K H S L
Decimal 178 131 93 0 0.26 0.48 0.30 26.82 0.36 0.53
Hex B2 83 5D 0 1A 30 1E 1B 24 35
Octal 262 203 135 0 32 60 36 33 44 65
Binary 10110010 10000011 1011101 0 11010 110000 11110 11011 100100 110101

Color Harmonies of #B2835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2835D

Black with #B2835D

Text Example


Text Example

White with #B2835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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