Html Css Color HEX #B6815D Medium Wood

📋 copy color: '#B6815D'

red 182 ◦ green 129 ◦ blue 93

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

Shades of Medium Wood #B6815D

Tints of Medium Wood #B6815D

RGB

 RED value IS 182 (71.48% from 255) = 45.05%

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

 BLUE value IS 93 (36.72% from 255) = 23.02%

R = 45.05%
G = 31.93%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6815D (or 0xB6815D) is known color: Medium Wood. HEX triplet: B6, 81 and 5D. RGB value is (182,129,93). Sum of RGB (Red+Green+Blue) = 182+129+93=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B6815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6815D is #497EA2. Grayscale: #8C8C8C. Windows color (decimal): -4816547 or 6128054. OLE color: 6128054.

HSL color Cylindrical-coordinate representation of color #B6815D: hue angle of 24.27º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6815D is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 129 93 -
CMYK 0 0.29 0.49 0.29
HSL 24.27º 0.38% 0.54% -
HSV(B) 24.27º 0.49% 0.71% -
XYZ 29.12 26.44 13.92 -
YUV 140.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 182 129 93 0 0.29 0.49 0.29 24.27 0.38 0.54
Hex B6 81 5D 0 1D 31 1D 18 26 36
Octal 266 201 135 0 35 61 35 30 46 66
Binary 10110110 10000001 1011101 0 11101 110001 11101 11000 100110 110110

Color Harmonies of #B6815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6815D

Black with #B6815D

Text Example


Text Example

White with #B6815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6815D; }

 p { color: rgb(182,129,93); }

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

background-color css

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

 a { background-color: rgb(182,129,93); }

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

border-color css

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

 span { border-color: rgb(182,129,93); }

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