Html Css Color HEX #B68360 Medium Wood

📋 copy color: '#B68360'

red 182 ◦ green 131 ◦ blue 96

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

Shades of Medium Wood #B68360

Tints of Medium Wood #B68360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.47%

R = 44.5%
G = 32.03%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B68360 (or 0xB68360) is known color: Medium Wood. HEX triplet: B6, 83 and 60. RGB value is (182,131,96). Sum of RGB (Red+Green+Blue) = 182+131+96=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B68360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68360 is #497C9F. Grayscale: #8E8E8E. Windows color (decimal): -4816032 or 6325174. OLE color: 6325174.

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

Color convert

RGB 182 131 96 -
CMYK 0 0.28 0.47 0.29
HSL 24.42º 0.37% 0.55% -
HSV(B) 24.42º 0.47% 0.71% -
XYZ 29.52 27.02 14.73 -
YUV 142.26 101.9 156.35 -
System Red Green Blue C M Y K H S L
Decimal 182 131 96 0 0.28 0.47 0.29 24.42 0.37 0.55
Hex B6 83 60 0 1C 2F 1D 18 25 37
Octal 266 203 140 0 34 57 35 30 45 67
Binary 10110110 10000011 1100000 0 11100 101111 11101 11000 100101 110111

Color Harmonies of #B68360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68360

Black with #B68360

Text Example


Text Example

White with #B68360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68360; }

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

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

background-color css

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

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

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

border-color css

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

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

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