Html Css Color HEX #B0805B Medium Wood

📋 copy color: '#B0805B'

red 176 ◦ green 128 ◦ blue 91

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

Shades of Medium Wood #B0805B

Tints of Medium Wood #B0805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.04%

R = 44.56%
G = 32.41%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0805B (or 0xB0805B) is known color: Medium Wood. HEX triplet: B0, 80 and 5B. RGB value is (176,128,91). Sum of RGB (Red+Green+Blue) = 176+128+91=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0805B is #4F7FA4. Grayscale: #8A8A8A. Windows color (decimal): -5210021 or 5996720. OLE color: 5996720.

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

Color convert

RGB 176 128 91 -
CMYK 0 0.27 0.48 0.31
HSL 26.12º 0.35% 0.52% -
HSV(B) 26.12º 0.48% 0.69% -
XYZ 27.51 25.42 13.35 -
YUV 138.13 101.4 155.01 -
System Red Green Blue C M Y K H S L
Decimal 176 128 91 0 0.27 0.48 0.31 26.12 0.35 0.52
Hex B0 80 5B 0 1B 30 1F 1A 23 34
Octal 260 200 133 0 33 60 37 32 43 64
Binary 10110000 10000000 1011011 0 11011 110000 11111 11010 100011 110100

Color Harmonies of #B0805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0805B

Black with #B0805B

Text Example


Text Example

White with #B0805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0805B; }

 p { color: rgb(176,128,91); }

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

background-color css

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

 a { background-color: rgb(176,128,91); }

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

border-color css

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

 span { border-color: rgb(176,128,91); }

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