Html Css Color HEX #B77D65 Medium Wood

📋 copy color: '#B77D65'

red 183 ◦ green 125 ◦ blue 101

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

Shades of Medium Wood #B77D65

Tints of Medium Wood #B77D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.56%

 BLUE value IS 101 (39.84% from 255) = 24.69%

R = 44.74%
G = 30.56%
B = 24.69%

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

#B77D65 (or 0xB77D65) is known color: Medium Wood. HEX triplet: B7, 7D and 65. RGB value is (183,125,101). Sum of RGB (Red+Green+Blue) = 183+125+101=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D65 is #48829A. Grayscale: #8B8B8B. Windows color (decimal): -4752027 or 6651319. OLE color: 6651319.

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

Color convert

RGB 183 125 101 -
CMYK 0 0.32 0.45 0.28
HSL 17.56º 0.36% 0.56% -
HSV(B) 17.56º 0.45% 0.72% -
XYZ 29.21 25.67 15.73 -
YUV 139.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 183 125 101 0 0.32 0.45 0.28 17.56 0.36 0.56
Hex B7 7D 65 0 20 2D 1C 12 24 38
Octal 267 175 145 0 40 55 34 22 44 70
Binary 10110111 1111101 1100101 0 100000 101101 11100 10010 100100 111000

Color Harmonies of #B77D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D65

Black with #B77D65

Text Example


Text Example

White with #B77D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D65; }

 p { color: rgb(183,125,101); }

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

background-color css

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

 a { background-color: rgb(183,125,101); }

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

border-color css

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

 span { border-color: rgb(183,125,101); }

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