Html Css Color HEX #B68561 Medium Wood

📋 copy color: '#B68561'

red 182 ◦ green 133 ◦ blue 97

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

Shades of Medium Wood #B68561

Tints of Medium Wood #B68561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.54%

R = 44.17%
G = 32.28%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B68561 (or 0xB68561) is known color: Medium Wood. HEX triplet: B6, 85 and 61. RGB value is (182,133,97). Sum of RGB (Red+Green+Blue) = 182+133+97=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B68561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68561 is #497A9E. Grayscale: #8F8F8F. Windows color (decimal): -4815519 or 6391222. OLE color: 6391222.

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

Color convert

RGB 182 133 97 -
CMYK 0 0.27 0.47 0.29
HSL 25.41º 0.37% 0.55% -
HSV(B) 25.41º 0.47% 0.71% -
XYZ 29.84 27.58 15.06 -
YUV 143.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 182 133 97 0 0.27 0.47 0.29 25.41 0.37 0.55
Hex B6 85 61 0 1B 2F 1D 19 25 37
Octal 266 205 141 0 33 57 35 31 45 67
Binary 10110110 10000101 1100001 0 11011 101111 11101 11001 100101 110111

Color Harmonies of #B68561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68561

Black with #B68561

Text Example


Text Example

White with #B68561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68561; }

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

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

background-color css

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

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

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

border-color css

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

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

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