Html Css Color HEX #B38467 Medium Wood

📋 copy color: '#B38467'

red 179 ◦ green 132 ◦ blue 103

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

Shades of Medium Wood #B38467

Tints of Medium Wood #B38467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.88%

R = 43.24%
G = 31.88%
B = 24.88%

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

#B38467 (or 0xB38467) is known color: Medium Wood. HEX triplet: B3, 84 and 67. RGB value is (179,132,103). Sum of RGB (Red+Green+Blue) = 179+132+103=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B38467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38467 is #4C7B98. Grayscale: #8E8E8E. Windows color (decimal): -5012377 or 6784179. OLE color: 6784179.

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

Color convert

RGB 179 132 103 -
CMYK 0 0.26 0.42 0.30
HSL 22.89º 0.33% 0.55% -
HSV(B) 22.89º 0.42% 0.7% -
XYZ 29.29 27.07 16.51 -
YUV 142.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 179 132 103 0 0.26 0.42 0.30 22.89 0.33 0.55
Hex B3 84 67 0 1A 2A 1E 17 21 37
Octal 263 204 147 0 32 52 36 27 41 67
Binary 10110011 10000100 1100111 0 11010 101010 11110 10111 100001 110111

Color Harmonies of #B38467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38467

Black with #B38467

Text Example


Text Example

White with #B38467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38467; }

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

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

background-color css

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

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

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

border-color css

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

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

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