#B48B3D

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

Shades of Marigold #B48B3D

Tints of Marigold #B48B3D

Color information

#B48B3D (or 0xB48B3D) is unknown color: approx Marigold. HEX triplet: B4, 8B and 3D. RGB value is (180,139,61). Sum of RGB (Red+Green+Blue) = 180+139+61=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48B3D is #4B74C2. Grayscale: #8E8E8E. Windows color (decimal): -4945091 or 4033460. OLE color: 4033460.

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

Color convert

RGB18013961-
CMYK00.230.660.29
HSL39.33º49.38%47.25%-
HSV(B)39.33º66.11%70.59%-
XYZ28.928.518.39-
YUV142.3782.08154.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 139 (54.69% from 255) = 36.58%
BLUE value IS 61 (24.22% from 255) = 16.05%
R=47.37%
G=36.58%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801396100.230.660.2939.3349.3847.25
HexB48B3D017421D27312f
Octal2642137502710235476157
Binary1011010010001011111101010111100001011101100111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B3D; }

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

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

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

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

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

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

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

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