Html Css Color HEX #B77B5D Medium Wood

📋 copy color: '#B77B5D'

red 183 ◦ green 123 ◦ blue 93

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

Shades of Medium Wood #B77B5D

Tints of Medium Wood #B77B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.83%

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

R = 45.86%
G = 30.83%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B77B5D (or 0xB77B5D) is known color: Medium Wood. HEX triplet: B7, 7B and 5D. RGB value is (183,123,93). Sum of RGB (Red+Green+Blue) = 183+123+93=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B5D is #4884A2. Grayscale: #898989. Windows color (decimal): -4752547 or 6126519. OLE color: 6126519.

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

Color convert

RGB 183 123 93 -
CMYK 0 0.33 0.49 0.28
HSL 20º 0.38% 0.54% -
HSV(B) 20º 0.49% 0.72% -
XYZ 28.59 25.02 13.68 -
YUV 137.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 183 123 93 0 0.33 0.49 0.28 20 0.38 0.54
Hex B7 7B 5D 0 21 31 1C 14 26 36
Octal 267 173 135 0 41 61 34 24 46 66
Binary 10110111 1111011 1011101 0 100001 110001 11100 10100 100110 110110

Color Harmonies of #B77B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B5D

Black with #B77B5D

Text Example


Text Example

White with #B77B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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