Html Css Color HEX #B77961 Medium Wood

📋 copy color: '#B77961'

red 183 ◦ green 121 ◦ blue 97

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

Shades of Medium Wood #B77961

Tints of Medium Wood #B77961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.17%

 BLUE value IS 97 (38.28% from 255) = 24.19%

R = 45.64%
G = 30.17%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B77961 (or 0xB77961) is known color: Medium Wood. HEX triplet: B7, 79 and 61. RGB value is (183,121,97). Sum of RGB (Red+Green+Blue) = 183+121+97=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B77961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77961 is #48869E. Grayscale: #888888. Windows color (decimal): -4753055 or 6388151. OLE color: 6388151.

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

Color convert

RGB 183 121 97 -
CMYK 0 0.34 0.47 0.28
HSL 16.74º 0.37% 0.55% -
HSV(B) 16.74º 0.47% 0.72% -
XYZ 28.52 24.61 14.56 -
YUV 136.8 105.54 160.95 -
System Red Green Blue C M Y K H S L
Decimal 183 121 97 0 0.34 0.47 0.28 16.74 0.37 0.55
Hex B7 79 61 0 22 2F 1C 11 25 37
Octal 267 171 141 0 42 57 34 21 45 67
Binary 10110111 1111001 1100001 0 100010 101111 11100 10001 100101 110111

Color Harmonies of #B77961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77961

Black with #B77961

Text Example


Text Example

White with #B77961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77961; }

 p { color: rgb(183,121,97); }

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

background-color css

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

 a { background-color: rgb(183,121,97); }

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

border-color css

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

 span { border-color: rgb(183,121,97); }

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