Html Css Color HEX #B38661 Medium Wood

📋 copy color: '#B38661'

red 179 ◦ green 134 ◦ blue 97

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

Shades of Medium Wood #B38661

Tints of Medium Wood #B38661

RGB

 RED value IS 179 (70.31% from 255) = 43.66%

 GREEN value IS 134 (52.73% from 255) = 32.68%

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

R = 43.66%
G = 32.68%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B38661 (or 0xB38661) is known color: Medium Wood. HEX triplet: B3, 86 and 61. RGB value is (179,134,97). Sum of RGB (Red+Green+Blue) = 179+134+97=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B38661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38661 is #4C799E. Grayscale: #8F8F8F. Windows color (decimal): -5011871 or 6391475. OLE color: 6391475.

HSL color Cylindrical-coordinate representation of color #B38661: hue angle of 27.07º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B38661 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 134 97 -
CMYK 0 0.25 0.46 0.30
HSL 27.07º 0.35% 0.54% -
HSV(B) 27.07º 0.46% 0.7% -
XYZ 29.27 27.5 15.07 -
YUV 143.24 101.91 153.51 -
System Red Green Blue C M Y K H S L
Decimal 179 134 97 0 0.25 0.46 0.30 27.07 0.35 0.54
Hex B3 86 61 0 19 2E 1E 1B 23 36
Octal 263 206 141 0 31 56 36 33 43 66
Binary 10110011 10000110 1100001 0 11001 101110 11110 11011 100011 110110

Color Harmonies of #B38661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38661

Black with #B38661

Text Example


Text Example

White with #B38661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38661; }

 p { color: rgb(179,134,97); }

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

background-color css

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

 a { background-color: rgb(179,134,97); }

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

border-color css

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

 span { border-color: rgb(179,134,97); }

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