Html Css Color HEX #B38766 Medium Wood

📋 copy color: '#B38766'

red 179 ◦ green 135 ◦ blue 102

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

Shades of Medium Wood #B38766

Tints of Medium Wood #B38766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.45%

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

R = 43.03%
G = 32.45%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B38766 (or 0xB38766) is known color: Medium Wood. HEX triplet: B3, 87 and 66. RGB value is (179,135,102). Sum of RGB (Red+Green+Blue) = 179+135+102=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B38766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38766 is #4C7899. Grayscale: #909090. Windows color (decimal): -5011610 or 6719411. OLE color: 6719411.

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

Color convert

RGB 179 135 102 -
CMYK 0 0.25 0.43 0.30
HSL 25.71º 0.34% 0.55% -
HSV(B) 25.71º 0.43% 0.7% -
XYZ 29.65 27.87 16.39 -
YUV 144.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 179 135 102 0 0.25 0.43 0.30 25.71 0.34 0.55
Hex B3 87 66 0 19 2B 1E 1A 22 37
Octal 263 207 146 0 31 53 36 32 42 67
Binary 10110011 10000111 1100110 0 11001 101011 11110 11010 100010 110111

Color Harmonies of #B38766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38766

Black with #B38766

Text Example


Text Example

White with #B38766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38766; }

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

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

background-color css

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

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

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

border-color css

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

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

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