Html Css Color HEX #B68266 Medium Wood

📋 copy color: '#B68266'

red 182 ◦ green 130 ◦ blue 102

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

Shades of Medium Wood #B68266

Tints of Medium Wood #B68266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.4%

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

R = 43.96%
G = 31.4%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B68266 (or 0xB68266) is known color: Medium Wood. HEX triplet: B6, 82 and 66. RGB value is (182,130,102). Sum of RGB (Red+Green+Blue) = 182+130+102=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B68266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68266 is #497D99. Grayscale: #8E8E8E. Windows color (decimal): -4816282 or 6718134. OLE color: 6718134.

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

Color convert

RGB 182 130 102 -
CMYK 0 0.29 0.44 0.29
HSL 21º 0.35% 0.56% -
HSV(B) 21º 0.44% 0.71% -
XYZ 29.67 26.87 16.19 -
YUV 142.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 182 130 102 0 0.29 0.44 0.29 21 0.35 0.56
Hex B6 82 66 0 1D 2C 1D 15 23 38
Octal 266 202 146 0 35 54 35 25 43 70
Binary 10110110 10000010 1100110 0 11101 101100 11101 10101 100011 111000

Color Harmonies of #B68266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68266

Black with #B68266

Text Example


Text Example

White with #B68266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68266; }

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

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

background-color css

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

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

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

border-color css

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

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

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