Html Css Color HEX #B68362 Medium Wood

📋 copy color: '#B68362'

red 182 ◦ green 131 ◦ blue 98

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

Shades of Medium Wood #B68362

Tints of Medium Wood #B68362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.87%

 BLUE value IS 98 (38.67% from 255) = 23.84%

R = 44.28%
G = 31.87%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B68362 (or 0xB68362) is known color: Medium Wood. HEX triplet: B6, 83 and 62. RGB value is (182,131,98). Sum of RGB (Red+Green+Blue) = 182+131+98=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B68362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68362 is #497C9D. Grayscale: #8E8E8E. Windows color (decimal): -4816030 or 6456246. OLE color: 6456246.

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

Color convert

RGB 182 131 98 -
CMYK 0 0.28 0.46 0.29
HSL 23.57º 0.37% 0.55% -
HSV(B) 23.57º 0.46% 0.71% -
XYZ 29.61 27.06 15.22 -
YUV 142.49 102.9 156.18 -
System Red Green Blue C M Y K H S L
Decimal 182 131 98 0 0.28 0.46 0.29 23.57 0.37 0.55
Hex B6 83 62 0 1C 2E 1D 18 25 37
Octal 266 203 142 0 34 56 35 30 45 67
Binary 10110110 10000011 1100010 0 11100 101110 11101 11000 100101 110111

Color Harmonies of #B68362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68362

Black with #B68362

Text Example


Text Example

White with #B68362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68362; }

 p { color: rgb(182,131,98); }

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

background-color css

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

 a { background-color: rgb(182,131,98); }

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

border-color css

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

 span { border-color: rgb(182,131,98); }

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