Html Css Color HEX #B4826B Medium Wood

📋 copy color: '#B4826B'

red 180 ◦ green 130 ◦ blue 107

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

Shades of Medium Wood #B4826B

Tints of Medium Wood #B4826B

RGB

 RED value IS 180 (70.7% from 255) = 43.17%

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

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

R = 43.17%
G = 31.18%
B = 25.66%

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

#B4826B (or 0xB4826B) is known color: Medium Wood. HEX triplet: B4, 82 and 6B. RGB value is (180,130,107). Sum of RGB (Red+Green+Blue) = 180+130+107=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4826B is #4B7D94. Grayscale: #8E8E8E. Windows color (decimal): -4947349 or 7045812. OLE color: 7045812.

HSL color Cylindrical-coordinate representation of color #B4826B: hue angle of 18.9º degrees, saturation: 0.33, 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 #B4826B is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 130 107 -
CMYK 0 0.28 0.41 0.29
HSL 18.9º 0.33% 0.56% -
HSV(B) 18.9º 0.41% 0.71% -
XYZ 29.46 26.73 17.52 -
YUV 142.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 180 130 107 0 0.28 0.41 0.29 18.9 0.33 0.56
Hex B4 82 6B 0 1C 29 1D 13 21 38
Octal 264 202 153 0 34 51 35 23 41 70
Binary 10110100 10000010 1101011 0 11100 101001 11101 10011 100001 111000

Color Harmonies of #B4826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4826B

Black with #B4826B

Text Example


Text Example

White with #B4826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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