Html Css Color HEX #B68569 Medium Wood

📋 copy color: '#B68569'

red 182 ◦ green 133 ◦ blue 105

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

Shades of Medium Wood #B68569

Tints of Medium Wood #B68569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

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

R = 43.33%
G = 31.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B68569 (or 0xB68569) is known color: Medium Wood. HEX triplet: B6, 85 and 69. RGB value is (182,133,105). Sum of RGB (Red+Green+Blue) = 182+133+105=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B68569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68569 is #497A96. Grayscale: #909090. Windows color (decimal): -4815511 or 6915510. OLE color: 6915510.

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

Color convert

RGB 182 133 105 -
CMYK 0 0.27 0.42 0.29
HSL 21.82º 0.35% 0.56% -
HSV(B) 21.82º 0.42% 0.71% -
XYZ 30.23 27.74 17.13 -
YUV 144.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 182 133 105 0 0.27 0.42 0.29 21.82 0.35 0.56
Hex B6 85 69 0 1B 2A 1D 16 23 38
Octal 266 205 151 0 33 52 35 26 43 70
Binary 10110110 10000101 1101001 0 11011 101010 11101 10110 100011 111000

Color Harmonies of #B68569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68569

Black with #B68569

Text Example


Text Example

White with #B68569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68569; }

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

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

background-color css

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

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

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

border-color css

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

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

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