#B48754

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

Shades of Teak #B48754

Tints of Teak #B48754

Color information

#B48754 (or 0xB48754) is unknown color: approx Teak. HEX triplet: B4, 87 and 54. RGB value is (180,135,84). Sum of RGB (Red+Green+Blue) = 180+135+84=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B48754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48754 is #4B78AB. Grayscale: #8E8E8E. Windows color (decimal): -4946092 or 5539764. OLE color: 5539764.

HSL color Cylindrical-coordinate representation of color #B48754: hue angle of 31.88º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B48754 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB18013584-
CMYK00.250.530.29
HSL31.88º39.02%51.76%-
HSV(B)31.88º53.33%70.59%-
XYZ29.0927.6712.2-
YUV142.6494.91154.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 84 (33.20% from 255) = 21.05%
R=45.11%
G=33.83%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801358400.250.530.2931.8839.0251.76
HexB48754019351D202734
Octal2642071240316535404764
Binary1011010010000111101010001100111010111101100000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48754; }

 p { color: rgb(180,135,84); }

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

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

 a { background-color: rgb(180,135,84); }

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

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

 span { border-color: rgb(180,135,84); }

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