Html Css Color HEX #B0826B Medium Wood

📋 copy color: '#B0826B'

red 176 ◦ green 130 ◦ blue 107

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

Shades of Medium Wood #B0826B

Tints of Medium Wood #B0826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.91%

R = 42.62%
G = 31.48%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0826B (or 0xB0826B) is known color: Medium Wood. HEX triplet: B0, 82 and 6B. RGB value is (176,130,107). Sum of RGB (Red+Green+Blue) = 176+130+107=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0826B is #4F7D94. Grayscale: #8D8D8D. Windows color (decimal): -5209493 or 7045808. OLE color: 7045808.

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

Color convert

RGB 176 130 107 -
CMYK 0 0.26 0.39 0.31
HSL 20º 0.3% 0.55% -
HSV(B) 20º 0.39% 0.69% -
XYZ 28.54 26.26 17.47 -
YUV 141.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 176 130 107 0 0.26 0.39 0.31 20 0.3 0.55
Hex B0 82 6B 0 1A 27 1F 14 1E 37
Octal 260 202 153 0 32 47 37 24 36 67
Binary 10110000 10000010 1101011 0 11010 100111 11111 10100 11110 110111

Color Harmonies of #B0826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0826B

Black with #B0826B

Text Example


Text Example

White with #B0826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0826B; }

 p { color: rgb(176,130,107); }

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

background-color css

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

 a { background-color: rgb(176,130,107); }

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

border-color css

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

 span { border-color: rgb(176,130,107); }

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