Html Css Color HEX #B38468 Medium Wood

📋 copy color: '#B38468'

red 179 ◦ green 132 ◦ blue 104

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

Shades of Medium Wood #B38468

Tints of Medium Wood #B38468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.81%

 BLUE value IS 104 (41.02% from 255) = 25.06%

R = 43.13%
G = 31.81%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B38468 (or 0xB38468) is known color: Medium Wood. HEX triplet: B3, 84 and 68. RGB value is (179,132,104). Sum of RGB (Red+Green+Blue) = 179+132+104=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B38468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38468 is #4C7B97. Grayscale: #8F8F8F. Windows color (decimal): -5012376 or 6849715. OLE color: 6849715.

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

Color convert

RGB 179 132 104 -
CMYK 0 0.26 0.42 0.30
HSL 22.4º 0.33% 0.55% -
HSV(B) 22.4º 0.42% 0.7% -
XYZ 29.34 27.09 16.78 -
YUV 142.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 179 132 104 0 0.26 0.42 0.30 22.4 0.33 0.55
Hex B3 84 68 0 1A 2A 1E 16 21 37
Octal 263 204 150 0 32 52 36 26 41 67
Binary 10110011 10000100 1101000 0 11010 101010 11110 10110 100001 110111

Color Harmonies of #B38468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38468

Black with #B38468

Text Example


Text Example

White with #B38468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38468; }

 p { color: rgb(179,132,104); }

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

background-color css

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

 a { background-color: rgb(179,132,104); }

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

border-color css

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

 span { border-color: rgb(179,132,104); }

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