Html Css Color HEX #B08162 Medium Wood

📋 copy color: '#B08162'

red 176 ◦ green 129 ◦ blue 98

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

Shades of Medium Wood #B08162

Tints of Medium Wood #B08162

RGB

 RED value IS 176 (69.14% from 255) = 43.67%

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

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

R = 43.67%
G = 32.01%
B = 24.32%

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

#B08162 (or 0xB08162) is known color: Medium Wood. HEX triplet: B0, 81 and 62. RGB value is (176,129,98). Sum of RGB (Red+Green+Blue) = 176+129+98=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B08162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08162 is #4F7E9D. Grayscale: #8B8B8B. Windows color (decimal): -5209758 or 6455728. OLE color: 6455728.

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

Color convert

RGB 176 129 98 -
CMYK 0 0.27 0.44 0.31
HSL 23.85º 0.33% 0.54% -
HSV(B) 23.85º 0.44% 0.69% -
XYZ 27.96 25.81 15.06 -
YUV 139.52 104.57 154.02 -
System Red Green Blue C M Y K H S L
Decimal 176 129 98 0 0.27 0.44 0.31 23.85 0.33 0.54
Hex B0 81 62 0 1B 2C 1F 18 21 36
Octal 260 201 142 0 33 54 37 30 41 66
Binary 10110000 10000001 1100010 0 11011 101100 11111 11000 100001 110110

Color Harmonies of #B08162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08162

Black with #B08162

Text Example


Text Example

White with #B08162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08162; }

 p { color: rgb(176,129,98); }

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

background-color css

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

 a { background-color: rgb(176,129,98); }

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

border-color css

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

 span { border-color: rgb(176,129,98); }

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