Html Css Color HEX #B67961 Medium Wood

📋 copy color: '#B67961'

red 182 ◦ green 121 ◦ blue 97

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

Shades of Medium Wood #B67961

Tints of Medium Wood #B67961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.25%

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

R = 45.5%
G = 30.25%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B67961 (or 0xB67961) is known color: Medium Wood. HEX triplet: B6, 79 and 61. RGB value is (182,121,97). Sum of RGB (Red+Green+Blue) = 182+121+97=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B67961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67961 is #49869E. Grayscale: #888888. Windows color (decimal): -4818591 or 6388150. OLE color: 6388150.

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

Color convert

RGB 182 121 97 -
CMYK 0 0.34 0.47 0.29
HSL 16.94º 0.37% 0.55% -
HSV(B) 16.94º 0.47% 0.71% -
XYZ 28.29 24.48 14.54 -
YUV 136.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 182 121 97 0 0.34 0.47 0.29 16.94 0.37 0.55
Hex B6 79 61 0 22 2F 1D 11 25 37
Octal 266 171 141 0 42 57 35 21 45 67
Binary 10110110 1111001 1100001 0 100010 101111 11101 10001 100101 110111

Color Harmonies of #B67961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67961

Black with #B67961

Text Example


Text Example

White with #B67961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67961; }

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

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

background-color css

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

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

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

border-color css

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

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

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