Html Css Color HEX #B4795E Medium Wood

📋 copy color: '#B4795E'

red 180 ◦ green 121 ◦ blue 94

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

Shades of Medium Wood #B4795E

Tints of Medium Wood #B4795E

RGB

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

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

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

R = 45.57%
G = 30.63%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4795E (or 0xB4795E) is known color: Medium Wood. HEX triplet: B4, 79 and 5E. RGB value is (180,121,94). Sum of RGB (Red+Green+Blue) = 180+121+94=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4795E is #4B86A1. Grayscale: #878787. Windows color (decimal): -4949666 or 6191540. OLE color: 6191540.

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

Color convert

RGB 180 121 94 -
CMYK 0 0.33 0.48 0.29
HSL 18.84º 0.36% 0.54% -
HSV(B) 18.84º 0.48% 0.71% -
XYZ 27.68 24.19 13.8 -
YUV 135.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 180 121 94 0 0.33 0.48 0.29 18.84 0.36 0.54
Hex B4 79 5E 0 21 30 1D 13 24 36
Octal 264 171 136 0 41 60 35 23 44 66
Binary 10110100 1111001 1011110 0 100001 110000 11101 10011 100100 110110

Color Harmonies of #B4795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4795E

Black with #B4795E

Text Example


Text Example

White with #B4795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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