Html Css Color HEX #B38165 Medium Wood

📋 copy color: '#B38165'

red 179 ◦ green 129 ◦ blue 101

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

Shades of Medium Wood #B38165

Tints of Medium Wood #B38165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.54%

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

R = 43.77%
G = 31.54%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B38165 (or 0xB38165) is known color: Medium Wood. HEX triplet: B3, 81 and 65. RGB value is (179,129,101). Sum of RGB (Red+Green+Blue) = 179+129+101=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B38165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38165 is #4C7E9A. Grayscale: #8C8C8C. Windows color (decimal): -5013147 or 6652339. OLE color: 6652339.

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

Color convert

RGB 179 129 101 -
CMYK 0 0.28 0.44 0.30
HSL 21.54º 0.34% 0.55% -
HSV(B) 21.54º 0.44% 0.7% -
XYZ 28.79 26.22 15.86 -
YUV 140.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 179 129 101 0 0.28 0.44 0.30 21.54 0.34 0.55
Hex B3 81 65 0 1C 2C 1E 16 22 37
Octal 263 201 145 0 34 54 36 26 42 67
Binary 10110011 10000001 1100101 0 11100 101100 11110 10110 100010 110111

Color Harmonies of #B38165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38165

Black with #B38165

Text Example


Text Example

White with #B38165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38165; }

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

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

background-color css

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

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

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

border-color css

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

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

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