Html Css Color HEX #B17D65 Medium Wood

📋 copy color: '#B17D65'

red 177 ◦ green 125 ◦ blue 101

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

Shades of Medium Wood #B17D65

Tints of Medium Wood #B17D65

RGB

 RED value IS 177 (69.53% from 255) = 43.92%

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

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

R = 43.92%
G = 31.02%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B17D65 (or 0xB17D65) is known color: Medium Wood. HEX triplet: B1, 7D and 65. RGB value is (177,125,101). Sum of RGB (Red+Green+Blue) = 177+125+101=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17D65 is #4E829A. Grayscale: #898989. Windows color (decimal): -5145243 or 6651313. OLE color: 6651313.

HSL color Cylindrical-coordinate representation of color #B17D65: hue angle of 18.95º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B17D65 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 125 101 -
CMYK 0 0.29 0.43 0.31
HSL 18.95º 0.33% 0.55% -
HSV(B) 18.95º 0.43% 0.69% -
XYZ 27.81 24.95 15.66 -
YUV 137.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 177 125 101 0 0.29 0.43 0.31 18.95 0.33 0.55
Hex B1 7D 65 0 1D 2B 1F 13 21 37
Octal 261 175 145 0 35 53 37 23 41 67
Binary 10110001 1111101 1100101 0 11101 101011 11111 10011 100001 110111

Color Harmonies of #B17D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17D65

Black with #B17D65

Text Example


Text Example

White with #B17D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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