Html Css Color HEX #B68660 Medium Wood

📋 copy color: '#B68660'

red 182 ◦ green 134 ◦ blue 96

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

Shades of Medium Wood #B68660

Tints of Medium Wood #B68660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.52%

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

R = 44.17%
G = 32.52%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B68660 (or 0xB68660) is known color: Medium Wood. HEX triplet: B6, 86 and 60. RGB value is (182,134,96). Sum of RGB (Red+Green+Blue) = 182+134+96=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B68660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68660 is #49799F. Grayscale: #909090. Windows color (decimal): -4815264 or 6325942. OLE color: 6325942.

HSL color Cylindrical-coordinate representation of color #B68660: hue angle of 26.51º 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 #B68660 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 96 -
CMYK 0 0.26 0.47 0.29
HSL 26.51º 0.37% 0.55% -
HSV(B) 26.51º 0.47% 0.71% -
XYZ 29.93 27.84 14.86 -
YUV 144.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 182 134 96 0 0.26 0.47 0.29 26.51 0.37 0.55
Hex B6 86 60 0 1A 2F 1D 1B 25 37
Octal 266 206 140 0 32 57 35 33 45 67
Binary 10110110 10000110 1100000 0 11010 101111 11101 11011 100101 110111

Color Harmonies of #B68660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68660

Black with #B68660

Text Example


Text Example

White with #B68660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68660; }

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

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

background-color css

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

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

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

border-color css

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

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

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