Html Css Color HEX #B18165 Medium Wood

📋 copy color: '#B18165'

red 177 ◦ green 129 ◦ blue 101

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

Shades of Medium Wood #B18165

Tints of Medium Wood #B18165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.7%

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

R = 43.49%
G = 31.7%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B18165 (or 0xB18165) is known color: Medium Wood. HEX triplet: B1, 81 and 65. RGB value is (177,129,101). Sum of RGB (Red+Green+Blue) = 177+129+101=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B18165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18165 is #4E7E9A. Grayscale: #8C8C8C. Windows color (decimal): -5144219 or 6652337. OLE color: 6652337.

HSL color Cylindrical-coordinate representation of color #B18165: hue angle of 22.11º 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 #B18165 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 129 101 -
CMYK 0 0.27 0.43 0.31
HSL 22.11º 0.33% 0.55% -
HSV(B) 22.11º 0.43% 0.69% -
XYZ 28.33 25.99 15.83 -
YUV 140.16 105.9 154.28 -
System Red Green Blue C M Y K H S L
Decimal 177 129 101 0 0.27 0.43 0.31 22.11 0.33 0.55
Hex B1 81 65 0 1B 2B 1F 16 21 37
Octal 261 201 145 0 33 53 37 26 41 67
Binary 10110001 10000001 1100101 0 11011 101011 11111 10110 100001 110111

Color Harmonies of #B18165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18165

Black with #B18165

Text Example


Text Example

White with #B18165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18165; }

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

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

background-color css

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

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

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

border-color css

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

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

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