Html Css Color HEX #B38663 Medium Wood

📋 copy color: '#B38663'

red 179 ◦ green 134 ◦ blue 99

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

Shades of Medium Wood #B38663

Tints of Medium Wood #B38663

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.52%

 BLUE value IS 99 (39.06% from 255) = 24.03%

R = 43.45%
G = 32.52%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B38663 (or 0xB38663) is known color: Medium Wood. HEX triplet: B3, 86 and 63. RGB value is (179,134,99). Sum of RGB (Red+Green+Blue) = 179+134+99=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B38663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38663 is #4C799C. Grayscale: #8F8F8F. Windows color (decimal): -5011869 or 6522547. OLE color: 6522547.

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

Color convert

RGB 179 134 99 -
CMYK 0 0.25 0.45 0.30
HSL 26.25º 0.34% 0.55% -
HSV(B) 26.25º 0.45% 0.7% -
XYZ 29.37 27.53 15.57 -
YUV 143.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 179 134 99 0 0.25 0.45 0.30 26.25 0.34 0.55
Hex B3 86 63 0 19 2D 1E 1A 22 37
Octal 263 206 143 0 31 55 36 32 42 67
Binary 10110011 10000110 1100011 0 11001 101101 11110 11010 100010 110111

Color Harmonies of #B38663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38663

Black with #B38663

Text Example


Text Example

White with #B38663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38663; }

 p { color: rgb(179,134,99); }

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

background-color css

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

 a { background-color: rgb(179,134,99); }

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

border-color css

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

 span { border-color: rgb(179,134,99); }

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