Html Css Color HEX #B38366 Medium Wood

📋 copy color: '#B38366'

red 179 ◦ green 131 ◦ blue 102

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

Shades of Medium Wood #B38366

Tints of Medium Wood #B38366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.8%

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

R = 43.45%
G = 31.8%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B38366 (or 0xB38366) is known color: Medium Wood. HEX triplet: B3, 83 and 66. RGB value is (179,131,102). Sum of RGB (Red+Green+Blue) = 179+131+102=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B38366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38366 is #4C7C99. Grayscale: #8E8E8E. Windows color (decimal): -5012634 or 6718387. OLE color: 6718387.

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

Color convert

RGB 179 131 102 -
CMYK 0 0.27 0.43 0.30
HSL 22.6º 0.34% 0.55% -
HSV(B) 22.6º 0.43% 0.7% -
XYZ 29.1 26.78 16.2 -
YUV 142.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 179 131 102 0 0.27 0.43 0.30 22.6 0.34 0.55
Hex B3 83 66 0 1B 2B 1E 17 22 37
Octal 263 203 146 0 33 53 36 27 42 67
Binary 10110011 10000011 1100110 0 11011 101011 11110 10111 100010 110111

Color Harmonies of #B38366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38366

Black with #B38366

Text Example


Text Example

White with #B38366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38366; }

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

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

background-color css

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

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

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

border-color css

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

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

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