Html Css Color HEX #B38A66 Medium Wood

📋 copy color: '#B38A66'

red 179 ◦ green 138 ◦ blue 102

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

Shades of Medium Wood #B38A66

Tints of Medium Wood #B38A66

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.94%

 BLUE value IS 102 (40.23% from 255) = 24.34%

R = 42.72%
G = 32.94%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B38A66 (or 0xB38A66) is known color: Medium Wood. HEX triplet: B3, 8A and 66. RGB value is (179,138,102). Sum of RGB (Red+Green+Blue) = 179+138+102=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38A66 is #4C7599. Grayscale: #929292. Windows color (decimal): -5010842 or 6720179. OLE color: 6720179.

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

Color convert

RGB 179 138 102 -
CMYK 0 0.23 0.43 0.30
HSL 28.05º 0.34% 0.55% -
HSV(B) 28.05º 0.43% 0.7% -
XYZ 30.08 28.72 16.53 -
YUV 146.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 179 138 102 0 0.23 0.43 0.30 28.05 0.34 0.55
Hex B3 8A 66 0 17 2B 1E 1C 22 37
Octal 263 212 146 0 27 53 36 34 42 67
Binary 10110011 10001010 1100110 0 10111 101011 11110 11100 100010 110111

Color Harmonies of #B38A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38A66

Black with #B38A66

Text Example


Text Example

White with #B38A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38A66; }

 p { color: rgb(179,138,102); }

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

background-color css

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

 a { background-color: rgb(179,138,102); }

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

border-color css

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

 span { border-color: rgb(179,138,102); }

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