Html Css Color HEX #B18062 Medium Wood

📋 copy color: '#B18062'

red 177 ◦ green 128 ◦ blue 98

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

Shades of Medium Wood #B18062

Tints of Medium Wood #B18062

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.76%

 BLUE value IS 98 (38.67% from 255) = 24.32%

R = 43.92%
G = 31.76%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B18062 (or 0xB18062) is known color: Medium Wood. HEX triplet: B1, 80 and 62. RGB value is (177,128,98). Sum of RGB (Red+Green+Blue) = 177+128+98=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B18062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18062 is #4E7F9D. Grayscale: #8B8B8B. Windows color (decimal): -5144478 or 6455473. OLE color: 6455473.

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

Color convert

RGB 177 128 98 -
CMYK 0 0.28 0.45 0.31
HSL 22.78º 0.34% 0.54% -
HSV(B) 22.78º 0.45% 0.69% -
XYZ 28.06 25.67 15.03 -
YUV 139.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 177 128 98 0 0.28 0.45 0.31 22.78 0.34 0.54
Hex B1 80 62 0 1C 2D 1F 17 22 36
Octal 261 200 142 0 34 55 37 27 42 66
Binary 10110001 10000000 1100010 0 11100 101101 11111 10111 100010 110110

Color Harmonies of #B18062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18062

Black with #B18062

Text Example


Text Example

White with #B18062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18062; }

 p { color: rgb(177,128,98); }

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

background-color css

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

 a { background-color: rgb(177,128,98); }

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

border-color css

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

 span { border-color: rgb(177,128,98); }

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