#B38B3D

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

Shades of Marigold #B38B3D

Tints of Marigold #B38B3D

Color information

#B38B3D (or 0xB38B3D) is unknown color: approx Marigold. HEX triplet: B3, 8B and 3D. RGB value is (179,139,61). Sum of RGB (Red+Green+Blue) = 179+139+61=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38B3D is #4C74C2. Grayscale: #8E8E8E. Windows color (decimal): -5010627 or 4033459. OLE color: 4033459.

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

Color convert

RGB17913961-
CMYK00.220.660.30
HSL39.66º49.17%47.06%-
HSV(B)39.66º65.92%70.2%-
XYZ28.6728.398.38-
YUV142.0782.25154.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 61 (24.22% from 255) = 16.09%
R=47.23%
G=36.68%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791396100.220.660.3039.6649.1747.06
HexB38B3D016421E28312f
Octal2632137502610236506157
Binary1011001110001011111101010110100001011110101000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38B3D; }

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

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

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

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

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

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

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

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