Html Css Color HEX #B68665 Medium Wood

📋 copy color: '#B68665'

red 182 ◦ green 134 ◦ blue 101

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

Shades of Medium Wood #B68665

Tints of Medium Wood #B68665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.22%

R = 43.65%
G = 32.13%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B68665 (or 0xB68665) is known color: Medium Wood. HEX triplet: B6, 86 and 65. RGB value is (182,134,101). Sum of RGB (Red+Green+Blue) = 182+134+101=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B68665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68665 is #49799A. Grayscale: #909090. Windows color (decimal): -4815259 or 6653622. OLE color: 6653622.

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

Color convert

RGB 182 134 101 -
CMYK 0 0.26 0.45 0.29
HSL 24.44º 0.36% 0.55% -
HSV(B) 24.44º 0.45% 0.71% -
XYZ 30.17 27.93 16.11 -
YUV 144.59 103.4 154.68 -
System Red Green Blue C M Y K H S L
Decimal 182 134 101 0 0.26 0.45 0.29 24.44 0.36 0.55
Hex B6 86 65 0 1A 2D 1D 18 24 37
Octal 266 206 145 0 32 55 35 30 44 67
Binary 10110110 10000110 1100101 0 11010 101101 11101 11000 100100 110111

Color Harmonies of #B68665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68665

Black with #B68665

Text Example


Text Example

White with #B68665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68665; }

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

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

background-color css

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

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

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

border-color css

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

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

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