Html Css Color HEX #B4835E Medium Wood

📋 copy color: '#B4835E'

red 180 ◦ green 131 ◦ blue 94

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

Shades of Medium Wood #B4835E

Tints of Medium Wood #B4835E

RGB

 RED value IS 180 (70.7% from 255) = 44.44%

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

 BLUE value IS 94 (37.11% from 255) = 23.21%

R = 44.44%
G = 32.35%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4835E (or 0xB4835E) is known color: Medium Wood. HEX triplet: B4, 83 and 5E. RGB value is (180,131,94). Sum of RGB (Red+Green+Blue) = 180+131+94=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4835E is #4B7CA1. Grayscale: #8D8D8D. Windows color (decimal): -4947106 or 6194100. OLE color: 6194100.

HSL color Cylindrical-coordinate representation of color #B4835E: hue angle of 25.81º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4835E is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 131 94 -
CMYK 0 0.27 0.48 0.29
HSL 25.81º 0.36% 0.54% -
HSV(B) 25.81º 0.48% 0.71% -
XYZ 28.96 26.74 14.23 -
YUV 141.43 101.23 155.51 -
System Red Green Blue C M Y K H S L
Decimal 180 131 94 0 0.27 0.48 0.29 25.81 0.36 0.54
Hex B4 83 5E 0 1B 30 1D 1A 24 36
Octal 264 203 136 0 33 60 35 32 44 66
Binary 10110100 10000011 1011110 0 11011 110000 11101 11010 100100 110110

Color Harmonies of #B4835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4835E

Black with #B4835E

Text Example


Text Example

White with #B4835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4835E; }

 p { color: rgb(180,131,94); }

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

background-color css

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

 a { background-color: rgb(180,131,94); }

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

border-color css

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

 span { border-color: rgb(180,131,94); }

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