Html Css Color HEX #B68369 Medium Wood

📋 copy color: '#B68369'

red 182 ◦ green 131 ◦ blue 105

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

Shades of Medium Wood #B68369

Tints of Medium Wood #B68369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.12%

R = 43.54%
G = 31.34%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B68369 (or 0xB68369) is known color: Medium Wood. HEX triplet: B6, 83 and 69. RGB value is (182,131,105). Sum of RGB (Red+Green+Blue) = 182+131+105=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B68369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68369 is #497C96. Grayscale: #8F8F8F. Windows color (decimal): -4816023 or 6914998. OLE color: 6914998.

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

Color convert

RGB 182 131 105 -
CMYK 0 0.28 0.42 0.29
HSL 20.26º 0.35% 0.56% -
HSV(B) 20.26º 0.42% 0.71% -
XYZ 29.96 27.2 17.04 -
YUV 143.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 182 131 105 0 0.28 0.42 0.29 20.26 0.35 0.56
Hex B6 83 69 0 1C 2A 1D 14 23 38
Octal 266 203 151 0 34 52 35 24 43 70
Binary 10110110 10000011 1101001 0 11100 101010 11101 10100 100011 111000

Color Harmonies of #B68369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68369

Black with #B68369

Text Example


Text Example

White with #B68369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68369; }

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

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

background-color css

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

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

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

border-color css

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

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

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