Html Css Color HEX #B0846D Medium Wood

📋 copy color: '#B0846D'

red 176 ◦ green 132 ◦ blue 109

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

Shades of Medium Wood #B0846D

Tints of Medium Wood #B0846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.65%

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 42.21%
G = 31.65%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0846D (or 0xB0846D) is known color: Medium Wood. HEX triplet: B0, 84 and 6D. RGB value is (176,132,109). Sum of RGB (Red+Green+Blue) = 176+132+109=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0846D is #4F7B92. Grayscale: #8E8E8E. Windows color (decimal): -5208979 or 7177392. OLE color: 7177392.

HSL color Cylindrical-coordinate representation of color #B0846D: hue angle of 20.6º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0846D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 109 -
CMYK 0 0.25 0.38 0.31
HSL 20.6º 0.3% 0.56% -
HSV(B) 20.6º 0.38% 0.69% -
XYZ 28.92 26.84 18.12 -
YUV 142.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 176 132 109 0 0.25 0.38 0.31 20.6 0.3 0.56
Hex B0 84 6D 0 19 26 1F 15 1E 38
Octal 260 204 155 0 31 46 37 25 36 70
Binary 10110000 10000100 1101101 0 11001 100110 11111 10101 11110 111000

Color Harmonies of #B0846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0846D

Black with #B0846D

Text Example


Text Example

White with #B0846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0846D; }

 p { color: rgb(176,132,109); }

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

background-color css

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

 a { background-color: rgb(176,132,109); }

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

border-color css

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

 span { border-color: rgb(176,132,109); }

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