Html Css Color HEX #B38965 Medium Wood

📋 copy color: '#B38965'

red 179 ◦ green 137 ◦ blue 101

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

Shades of Medium Wood #B38965

Tints of Medium Wood #B38965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.85%

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

R = 42.93%
G = 32.85%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B38965 (or 0xB38965) is known color: Medium Wood. HEX triplet: B3, 89 and 65. RGB value is (179,137,101). Sum of RGB (Red+Green+Blue) = 179+137+101=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B38965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38965 is #4C769A. Grayscale: #919191. Windows color (decimal): -5011099 or 6654387. OLE color: 6654387.

HSL color Cylindrical-coordinate representation of color #B38965: hue angle of 27.69º 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 #B38965 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 101 -
CMYK 0 0.23 0.44 0.30
HSL 27.69º 0.34% 0.55% -
HSV(B) 27.69º 0.44% 0.7% -
XYZ 29.89 28.41 16.22 -
YUV 145.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 179 137 101 0 0.23 0.44 0.30 27.69 0.34 0.55
Hex B3 89 65 0 17 2C 1E 1C 22 37
Octal 263 211 145 0 27 54 36 34 42 67
Binary 10110011 10001001 1100101 0 10111 101100 11110 11100 100010 110111

Color Harmonies of #B38965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38965

Black with #B38965

Text Example


Text Example

White with #B38965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38965; }

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

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

background-color css

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

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

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

border-color css

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

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

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