#B38E42

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

Shades of Turmeric #B38E42

Tints of Turmeric #B38E42

Color information

#B38E42 (or 0xB38E42) is unknown color: approx Turmeric. HEX triplet: B3, 8E and 42. RGB value is (179,142,66). Sum of RGB (Red+Green+Blue) = 179+142+66=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38E42 is #4C71BD. Grayscale: #909090. Windows color (decimal): -5009854 or 4361907. OLE color: 4361907.

HSL color Cylindrical-coordinate representation of color #B38E42: hue angle of 40.35º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B38E42 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17914266-
CMYK00.210.630.30
HSL40.35º46.12%48.04%-
HSV(B)40.35º63.13%70.2%-
XYZ29.2529.329.27-
YUV144.483.76152.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 66 (26.17% from 255) = 17.05%
R=46.25%
G=36.69%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791426600.210.630.3040.3546.1248.04
HexB38E420153F1E282e30
Octal2632161020257736505660
Binary1011001110001110100001001010111111111110101000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38E42; }

 p { color: rgb(179,142,66); }

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

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

 a { background-color: rgb(179,142,66); }

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

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

 span { border-color: rgb(179,142,66); }

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