Html Css Color HEX #B5826A Medium Wood

📋 copy color: '#B5826A'

red 181 ◦ green 130 ◦ blue 106

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

Shades of Medium Wood #B5826A

Tints of Medium Wood #B5826A

RGB

 RED value IS 181 (71.09% from 255) = 43.41%

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

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

R = 43.41%
G = 31.18%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5826A (or 0xB5826A) is known color: Medium Wood. HEX triplet: B5, 82 and 6A. RGB value is (181,130,106). Sum of RGB (Red+Green+Blue) = 181+130+106=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5826A is #4A7D95. Grayscale: #8E8E8E. Windows color (decimal): -4881814 or 6980277. OLE color: 6980277.

HSL color Cylindrical-coordinate representation of color #B5826A: hue angle of 19.2º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5826A is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 130 106 -
CMYK 0 0.28 0.41 0.29
HSL 19.2º 0.34% 0.56% -
HSV(B) 19.2º 0.41% 0.71% -
XYZ 29.64 26.83 17.25 -
YUV 142.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 181 130 106 0 0.28 0.41 0.29 19.2 0.34 0.56
Hex B5 82 6A 0 1C 29 1D 13 22 38
Octal 265 202 152 0 34 51 35 23 42 70
Binary 10110101 10000010 1101010 0 11100 101001 11101 10011 100010 111000

Color Harmonies of #B5826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5826A

Black with #B5826A

Text Example


Text Example

White with #B5826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5826A; }

 p { color: rgb(181,130,106); }

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

background-color css

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

 a { background-color: rgb(181,130,106); }

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

border-color css

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

 span { border-color: rgb(181,130,106); }

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