Html Css Color HEX #B68969 Medium Wood

📋 copy color: '#B68969'

red 182 ◦ green 137 ◦ blue 105

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

Shades of Medium Wood #B68969

Tints of Medium Wood #B68969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.31%

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

R = 42.92%
G = 32.31%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B68969 (or 0xB68969) is known color: Medium Wood. HEX triplet: B6, 89 and 69. RGB value is (182,137,105). Sum of RGB (Red+Green+Blue) = 182+137+105=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B68969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68969 is #497696. Grayscale: #929292. Windows color (decimal): -4814487 or 6916534. OLE color: 6916534.

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

Color convert

RGB 182 137 105 -
CMYK 0 0.25 0.42 0.29
HSL 24.94º 0.35% 0.56% -
HSV(B) 24.94º 0.42% 0.71% -
XYZ 30.79 28.86 17.31 -
YUV 146.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 182 137 105 0 0.25 0.42 0.29 24.94 0.35 0.56
Hex B6 89 69 0 19 2A 1D 19 23 38
Octal 266 211 151 0 31 52 35 31 43 70
Binary 10110110 10001001 1101001 0 11001 101010 11101 11001 100011 111000

Color Harmonies of #B68969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68969

Black with #B68969

Text Example


Text Example

White with #B68969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68969; }

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

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

background-color css

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

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

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

border-color css

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

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

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