#B4775E

Color #B4775E Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B4775E

Tints of Medium Wood #B4775E

Color information

#B4775E (or 0xB4775E) is unknown color: approx Medium Wood. HEX triplet: B4, 77 and 5E. RGB value is (180,119,94). Sum of RGB (Red+Green+Blue) = 180+119+94=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4775E is #4B88A1. Grayscale: #868686. Windows color (decimal): -4950178 or 6191028. OLE color: 6191028.

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

Color convert

RGB18011994-
CMYK00.340.480.29
HSL17.44º36.44%53.73%-
HSV(B)17.44º47.78%70.59%-
XYZ27.4423.7113.72-
YUV134.39105.21160.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=45.80%
G=30.28%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801199400.340.480.2917.4436.4453.73
HexB4775E022301D112436
Octal2641671360426035214466
Binary101101001110111101111001000101100001110110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4775E; }

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

 H1.HeaderClassName
 {
   color: #B4775E;
 }
 .AnyTagClassName
 {
   color: #B4775E;
 }
</style>
background-color css

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

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

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

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

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

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