Html Css Color HEX #B67D65 Medium Wood

📋 copy color: '#B67D65'

red 182 ◦ green 125 ◦ blue 101

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

Shades of Medium Wood #B67D65

Tints of Medium Wood #B67D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.64%

 BLUE value IS 101 (39.84% from 255) = 24.75%

R = 44.61%
G = 30.64%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B67D65 (or 0xB67D65) is known color: Medium Wood. HEX triplet: B6, 7D and 65. RGB value is (182,125,101). Sum of RGB (Red+Green+Blue) = 182+125+101=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D65 is #49829A. Grayscale: #8B8B8B. Windows color (decimal): -4817563 or 6651318. OLE color: 6651318.

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

Color convert

RGB 182 125 101 -
CMYK 0 0.31 0.45 0.29
HSL 17.78º 0.36% 0.55% -
HSV(B) 17.78º 0.45% 0.71% -
XYZ 28.97 25.55 15.72 -
YUV 139.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 182 125 101 0 0.31 0.45 0.29 17.78 0.36 0.55
Hex B6 7D 65 0 1F 2D 1D 12 24 37
Octal 266 175 145 0 37 55 35 22 44 67
Binary 10110110 1111101 1100101 0 11111 101101 11101 10010 100100 110111

Color Harmonies of #B67D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67D65

Black with #B67D65

Text Example


Text Example

White with #B67D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67D65; }

 p { color: rgb(182,125,101); }

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

background-color css

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

 a { background-color: rgb(182,125,101); }

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

border-color css

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

 span { border-color: rgb(182,125,101); }

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