Html Css Color HEX #B18263 Medium Wood

📋 copy color: '#B18263'

red 177 ◦ green 130 ◦ blue 99

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

Shades of Medium Wood #B18263

Tints of Medium Wood #B18263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

 BLUE value IS 99 (39.06% from 255) = 24.38%

R = 43.6%
G = 32.02%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B18263 (or 0xB18263) is known color: Medium Wood. HEX triplet: B1, 82 and 63. RGB value is (177,130,99). Sum of RGB (Red+Green+Blue) = 177+130+99=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B18263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18263 is #4E7D9C. Grayscale: #8C8C8C. Windows color (decimal): -5143965 or 6521521. OLE color: 6521521.

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

Color convert

RGB 177 130 99 -
CMYK 0 0.27 0.44 0.31
HSL 23.85º 0.33% 0.54% -
HSV(B) 23.85º 0.44% 0.69% -
XYZ 28.37 26.21 15.37 -
YUV 140.52 104.57 154.02 -
System Red Green Blue C M Y K H S L
Decimal 177 130 99 0 0.27 0.44 0.31 23.85 0.33 0.54
Hex B1 82 63 0 1B 2C 1F 18 21 36
Octal 261 202 143 0 33 54 37 30 41 66
Binary 10110001 10000010 1100011 0 11011 101100 11111 11000 100001 110110

Color Harmonies of #B18263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18263

Black with #B18263

Text Example


Text Example

White with #B18263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18263; }

 p { color: rgb(177,130,99); }

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

background-color css

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

 a { background-color: rgb(177,130,99); }

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

border-color css

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

 span { border-color: rgb(177,130,99); }

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