Html Css Color HEX #B77B5A Medium Wood

📋 copy color: '#B77B5A'

red 183 ◦ green 123 ◦ blue 90

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

Shades of Medium Wood #B77B5A

Tints of Medium Wood #B77B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.73%

R = 46.21%
G = 31.06%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B77B5A (or 0xB77B5A) is known color: Medium Wood. HEX triplet: B7, 7B and 5A. RGB value is (183,123,90). Sum of RGB (Red+Green+Blue) = 183+123+90=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B5A is #4884A5. Grayscale: #898989. Windows color (decimal): -4752550 or 5929911. OLE color: 5929911.

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

Color convert

RGB 183 123 90 -
CMYK 0 0.33 0.51 0.28
HSL 21.29º 0.39% 0.54% -
HSV(B) 21.29º 0.51% 0.72% -
XYZ 28.46 24.97 12.99 -
YUV 137.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 183 123 90 0 0.33 0.51 0.28 21.29 0.39 0.54
Hex B7 7B 5A 0 21 33 1C 15 27 36
Octal 267 173 132 0 41 63 34 25 47 66
Binary 10110111 1111011 1011010 0 100001 110011 11100 10101 100111 110110

Color Harmonies of #B77B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77B5A

Black with #B77B5A

Text Example


Text Example

White with #B77B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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