Html Css Color HEX #B38557 Teak

📋 copy color: '#B38557'

red 179 ◦ green 133 ◦ blue 87

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

Shades of Teak #B38557

Tints of Teak #B38557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.33%

 BLUE value IS 87 (34.38% from 255) = 21.8%

R = 44.86%
G = 33.33%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B38557 (or 0xB38557) is known color: Teak. HEX triplet: B3, 85 and 57. RGB value is (179,133,87). Sum of RGB (Red+Green+Blue) = 179+133+87=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B38557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38557 is #4C7AA8. Grayscale: #8D8D8D. Windows color (decimal): -5012137 or 5735859. OLE color: 5735859.

HSL color Cylindrical-coordinate representation of color #B38557: hue angle of 30º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B38557 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 133 87 -
CMYK 0 0.26 0.51 0.30
HSL 30º 0.38% 0.52% -
HSV(B) 30º 0.51% 0.7% -
XYZ 28.7 27.05 12.72 -
YUV 141.51 97.24 154.74 -
System Red Green Blue C M Y K H S L
Decimal 179 133 87 0 0.26 0.51 0.30 30 0.38 0.52
Hex B3 85 57 0 1A 33 1E 1E 26 34
Octal 263 205 127 0 32 63 36 36 46 64
Binary 10110011 10000101 1010111 0 11010 110011 11110 11110 100110 110100

Color Harmonies of #B38557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38557

Black with #B38557

Text Example


Text Example

White with #B38557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38557; }

 p { color: rgb(179,133,87); }

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

background-color css

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

 a { background-color: rgb(179,133,87); }

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

border-color css

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

 span { border-color: rgb(179,133,87); }

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