Html Css Color HEX #B38365 Medium Wood

📋 copy color: '#B38365'

red 179 ◦ green 131 ◦ blue 101

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

Shades of Medium Wood #B38365

Tints of Medium Wood #B38365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.87%

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

R = 43.55%
G = 31.87%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B38365 (or 0xB38365) is known color: Medium Wood. HEX triplet: B3, 83 and 65. RGB value is (179,131,101). Sum of RGB (Red+Green+Blue) = 179+131+101=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B38365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38365 is #4C7C9A. Grayscale: #8E8E8E. Windows color (decimal): -5012635 or 6652851. OLE color: 6652851.

HSL color Cylindrical-coordinate representation of color #B38365: hue angle of 23.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B38365 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 131 101 -
CMYK 0 0.27 0.44 0.30
HSL 23.08º 0.34% 0.55% -
HSV(B) 23.08º 0.44% 0.7% -
XYZ 29.06 26.76 15.94 -
YUV 141.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 179 131 101 0 0.27 0.44 0.30 23.08 0.34 0.55
Hex B3 83 65 0 1B 2C 1E 17 22 37
Octal 263 203 145 0 33 54 36 27 42 67
Binary 10110011 10000011 1100101 0 11011 101100 11110 10111 100010 110111

Color Harmonies of #B38365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38365

Black with #B38365

Text Example


Text Example

White with #B38365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38365; }

 p { color: rgb(179,131,101); }

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

background-color css

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

 a { background-color: rgb(179,131,101); }

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

border-color css

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

 span { border-color: rgb(179,131,101); }

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