Html Css Color HEX #B4775E Medium Wood

📋 copy color: '#B4775E'

red 180 ◦ green 119 ◦ blue 94

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

Shades of Medium Wood #B4775E

Tints of Medium Wood #B4775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.28%

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

R = 45.8%
G = 30.28%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4775E (or 0xB4775E) is known color: 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

RGB 180 119 94 -
CMYK 0 0.34 0.48 0.29
HSL 17.44º 0.36% 0.54% -
HSV(B) 17.44º 0.48% 0.71% -
XYZ 27.44 23.71 13.72 -
YUV 134.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 180 119 94 0 0.34 0.48 0.29 17.44 0.36 0.54
Hex B4 77 5E 0 22 30 1D 11 24 36
Octal 264 167 136 0 42 60 35 21 44 66
Binary 10110100 1110111 1011110 0 100010 110000 11101 10001 100100 110110

Color Harmonies of #B4775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4775E

Black with #B4775E

Text Example


Text Example

White with #B4775E

Text Example


Text Example

HTML Codes & Css Web 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>