#B38B50

Color #B38B50 Teak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teak #B38B50

Tints of Teak #B38B50

Color information

#B38B50 (or 0xB38B50) is unknown color: approx Teak. HEX triplet: B3, 8B and 50. RGB value is (179,139,80). Sum of RGB (Red+Green+Blue) = 179+139+80=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38B50 is #4C74AF. Grayscale: #909090. Windows color (decimal): -5010608 or 5278643. OLE color: 5278643.

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

Color convert

RGB17913980-
CMYK00.220.550.30
HSL35.76º39.44%50.78%-
HSV(B)35.76º55.31%70.2%-
XYZ29.2728.6311.57-
YUV144.2391.75152.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.97%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 80 (31.64% from 255) = 20.10%
R=44.97%
G=34.92%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791398000.220.550.3035.7639.4450.78
HexB38B50016371E242733
Octal2632131200266736444763
Binary1011001110001011101000001011011011111110100100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B50; }

 p { color: rgb(179,139,80); }

 H1.HeaderClassName
 {
   color: #B38B50;
 }
 .AnyTagClassName
 {
   color: #B38B50;
 }
</style>
background-color css

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

 a { background-color: rgb(179,139,80); }

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

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

 span { border-color: rgb(179,139,80); }

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