Html Css Color HEX #B77C5D Medium Wood

📋 copy color: '#B77C5D'

red 183 ◦ green 124 ◦ blue 93

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

Shades of Medium Wood #B77C5D

Tints of Medium Wood #B77C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31%

 BLUE value IS 93 (36.72% from 255) = 23.25%

R = 45.75%
G = 31%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B77C5D (or 0xB77C5D) is known color: Medium Wood. HEX triplet: B7, 7C and 5D. RGB value is (183,124,93). Sum of RGB (Red+Green+Blue) = 183+124+93=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C5D is #4883A2. Grayscale: #8A8A8A. Windows color (decimal): -4752291 or 6126775. OLE color: 6126775.

HSL color Cylindrical-coordinate representation of color #B77C5D: hue angle of 20.67º 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 #B77C5D is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 124 93 -
CMYK 0 0.32 0.49 0.28
HSL 20.67º 0.38% 0.54% -
HSV(B) 20.67º 0.49% 0.72% -
XYZ 28.71 25.27 13.72 -
YUV 138.11 102.55 160.02 -
System Red Green Blue C M Y K H S L
Decimal 183 124 93 0 0.32 0.49 0.28 20.67 0.38 0.54
Hex B7 7C 5D 0 20 31 1C 15 26 36
Octal 267 174 135 0 40 61 34 25 46 66
Binary 10110111 1111100 1011101 0 100000 110001 11100 10101 100110 110110

Color Harmonies of #B77C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C5D

Black with #B77C5D

Text Example


Text Example

White with #B77C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C5D; }

 p { color: rgb(183,124,93); }

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

background-color css

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

 a { background-color: rgb(183,124,93); }

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

border-color css

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

 span { border-color: rgb(183,124,93); }

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