Html Css Color HEX #B77C64 Medium Wood

📋 copy color: '#B77C64'

red 183 ◦ green 124 ◦ blue 100

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

Shades of Medium Wood #B77C64

Tints of Medium Wood #B77C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.57%

R = 44.96%
G = 30.47%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B77C64 (or 0xB77C64) is known color: Medium Wood. HEX triplet: B7, 7C and 64. RGB value is (183,124,100). Sum of RGB (Red+Green+Blue) = 183+124+100=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C64 is #48839B. Grayscale: #8B8B8B. Windows color (decimal): -4752284 or 6585527. OLE color: 6585527.

HSL color Cylindrical-coordinate representation of color #B77C64: hue angle of 17.35º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B77C64 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 124 100 -
CMYK 0 0.32 0.45 0.28
HSL 17.35º 0.37% 0.55% -
HSV(B) 17.35º 0.45% 0.72% -
XYZ 29.04 25.4 15.43 -
YUV 138.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 183 124 100 0 0.32 0.45 0.28 17.35 0.37 0.55
Hex B7 7C 64 0 20 2D 1C 11 25 37
Octal 267 174 144 0 40 55 34 21 45 67
Binary 10110111 1111100 1100100 0 100000 101101 11100 10001 100101 110111

Color Harmonies of #B77C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C64

Black with #B77C64

Text Example


Text Example

White with #B77C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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