Html Css Color HEX #B77F5E Medium Wood

📋 copy color: '#B77F5E'

red 183 ◦ green 127 ◦ blue 94

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

Shades of Medium Wood #B77F5E

Tints of Medium Wood #B77F5E

RGB

 RED value IS 183 (71.88% from 255) = 45.3%

 GREEN value IS 127 (50% from 255) = 31.44%

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

R = 45.3%
G = 31.44%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B77F5E (or 0xB77F5E) is known color: Medium Wood. HEX triplet: B7, 7F and 5E. RGB value is (183,127,94). Sum of RGB (Red+Green+Blue) = 183+127+94=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F5E is #4880A1. Grayscale: #8C8C8C. Windows color (decimal): -4751522 or 6193079. OLE color: 6193079.

HSL color Cylindrical-coordinate representation of color #B77F5E: hue angle of 22.25º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B77F5E is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 127 94 -
CMYK 0 0.31 0.49 0.28
HSL 22.25º 0.38% 0.54% -
HSV(B) 22.25º 0.49% 0.72% -
XYZ 29.14 26.05 14.08 -
YUV 139.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 183 127 94 0 0.31 0.49 0.28 22.25 0.38 0.54
Hex B7 7F 5E 0 1F 31 1C 16 26 36
Octal 267 177 136 0 37 61 34 26 46 66
Binary 10110111 1111111 1011110 0 11111 110001 11100 10110 100110 110110

Color Harmonies of #B77F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77F5E

Black with #B77F5E

Text Example


Text Example

White with #B77F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77F5E; }

 p { color: rgb(183,127,94); }

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

background-color css

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

 a { background-color: rgb(183,127,94); }

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

border-color css

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

 span { border-color: rgb(183,127,94); }

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