Html Css Color HEX #B0816A Medium Wood

📋 copy color: '#B0816A'

red 176 ◦ green 129 ◦ blue 106

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

Shades of Medium Wood #B0816A

Tints of Medium Wood #B0816A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.79%

R = 42.82%
G = 31.39%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0816A (or 0xB0816A) is known color: Medium Wood. HEX triplet: B0, 81 and 6A. RGB value is (176,129,106). Sum of RGB (Red+Green+Blue) = 176+129+106=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0816A is #4F7E95. Grayscale: #8C8C8C. Windows color (decimal): -5209750 or 6980016. OLE color: 6980016.

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

Color convert

RGB 176 129 106 -
CMYK 0 0.27 0.40 0.31
HSL 19.71º 0.31% 0.55% -
HSV(B) 19.71º 0.4% 0.69% -
XYZ 28.36 25.97 17.15 -
YUV 140.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 176 129 106 0 0.27 0.40 0.31 19.71 0.31 0.55
Hex B0 81 6A 0 1B 28 1F 14 1F 37
Octal 260 201 152 0 33 50 37 24 37 67
Binary 10110000 10000001 1101010 0 11011 101000 11111 10100 11111 110111

Color Harmonies of #B0816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0816A

Black with #B0816A

Text Example


Text Example

White with #B0816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0816A; }

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

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

background-color css

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

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

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

border-color css

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

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

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