Html Css Color HEX #B38168 Medium Wood

📋 copy color: '#B38168'

red 179 ◦ green 129 ◦ blue 104

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

Shades of Medium Wood #B38168

Tints of Medium Wood #B38168

RGB

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

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

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

R = 43.45%
G = 31.31%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B38168 (or 0xB38168) is known color: Medium Wood. HEX triplet: B3, 81 and 68. RGB value is (179,129,104). Sum of RGB (Red+Green+Blue) = 179+129+104=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B38168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38168 is #4C7E97. Grayscale: #8D8D8D. Windows color (decimal): -5013144 or 6848947. OLE color: 6848947.

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

Color convert

RGB 179 129 104 -
CMYK 0 0.28 0.42 0.30
HSL 20º 0.33% 0.55% -
HSV(B) 20º 0.42% 0.7% -
XYZ 28.94 26.28 16.64 -
YUV 141.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 179 129 104 0 0.28 0.42 0.30 20 0.33 0.55
Hex B3 81 68 0 1C 2A 1E 14 21 37
Octal 263 201 150 0 34 52 36 24 41 67
Binary 10110011 10000001 1101000 0 11100 101010 11110 10100 100001 110111

Color Harmonies of #B38168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38168

Black with #B38168

Text Example


Text Example

White with #B38168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38168; }

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

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

background-color css

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

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

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

border-color css

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

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

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