Html Css Color HEX #B68466 Medium Wood

📋 copy color: '#B68466'

red 182 ◦ green 132 ◦ blue 102

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

Shades of Medium Wood #B68466

Tints of Medium Wood #B68466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.73%

 BLUE value IS 102 (40.23% from 255) = 24.52%

R = 43.75%
G = 31.73%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B68466 (or 0xB68466) is known color: Medium Wood. HEX triplet: B6, 84 and 66. RGB value is (182,132,102). Sum of RGB (Red+Green+Blue) = 182+132+102=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B68466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68466 is #497B99. Grayscale: #8F8F8F. Windows color (decimal): -4815770 or 6718646. OLE color: 6718646.

HSL color Cylindrical-coordinate representation of color #B68466: hue angle of 22.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B68466 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 132 102 -
CMYK 0 0.27 0.44 0.29
HSL 22.5º 0.35% 0.56% -
HSV(B) 22.5º 0.44% 0.71% -
XYZ 29.94 27.41 16.28 -
YUV 143.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 182 132 102 0 0.27 0.44 0.29 22.5 0.35 0.56
Hex B6 84 66 0 1B 2C 1D 16 23 38
Octal 266 204 146 0 33 54 35 26 43 70
Binary 10110110 10000100 1100110 0 11011 101100 11101 10110 100011 111000

Color Harmonies of #B68466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68466

Black with #B68466

Text Example


Text Example

White with #B68466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68466; }

 p { color: rgb(182,132,102); }

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

background-color css

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

 a { background-color: rgb(182,132,102); }

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

border-color css

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

 span { border-color: rgb(182,132,102); }

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