Html Css Color HEX #B38866 Medium Wood

📋 copy color: '#B38866'

red 179 ◦ green 136 ◦ blue 102

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

Shades of Medium Wood #B38866

Tints of Medium Wood #B38866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.61%

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

R = 42.93%
G = 32.61%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B38866 (or 0xB38866) is known color: Medium Wood. HEX triplet: B3, 88 and 66. RGB value is (179,136,102). Sum of RGB (Red+Green+Blue) = 179+136+102=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B38866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38866 is #4C7799. Grayscale: #919191. Windows color (decimal): -5011354 or 6719667. OLE color: 6719667.

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

Color convert

RGB 179 136 102 -
CMYK 0 0.24 0.43 0.30
HSL 26.49º 0.34% 0.55% -
HSV(B) 26.49º 0.43% 0.7% -
XYZ 29.79 28.15 16.43 -
YUV 144.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 179 136 102 0 0.24 0.43 0.30 26.49 0.34 0.55
Hex B3 88 66 0 18 2B 1E 1A 22 37
Octal 263 210 146 0 30 53 36 32 42 67
Binary 10110011 10001000 1100110 0 11000 101011 11110 11010 100010 110111

Color Harmonies of #B38866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38866

Black with #B38866

Text Example


Text Example

White with #B38866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38866; }

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

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

background-color css

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

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

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

border-color css

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

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

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