Html Css Color HEX #B58544 Marigold

📋 copy color: '#B58544'

red 181 ◦ green 133 ◦ blue 68

#B58544
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marigold #B58544

Tints of Marigold #B58544

RGB

 RED value IS 181 (71.09% from 255) = 47.38%

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 68 (26.95% from 255) = 17.8%

R = 47.38%
G = 34.82%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B58544 (or 0xB58544) is known color: Marigold. HEX triplet: B5, 85 and 44. RGB value is (181,133,68). Sum of RGB (Red+Green+Blue) = 181+133+68=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B58544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58544 is #4A7ABB. Grayscale: #8C8C8C. Windows color (decimal): -4881084 or 4490677. OLE color: 4490677.

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

Color convert

RGB 181 133 68 -
CMYK 0 0.27 0.62 0.29
HSL 34.51º 0.45% 0.49% -
HSV(B) 34.51º 0.62% 0.71% -
XYZ 28.49 27.02 9.18 -
YUV 139.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 181 133 68 0 0.27 0.62 0.29 34.51 0.45 0.49
Hex B5 85 44 0 1B 3E 1D 23 2D 31
Octal 265 205 104 0 33 76 35 43 55 61
Binary 10110101 10000101 1000100 0 11011 111110 11101 100011 101101 110001

Color Harmonies of #B58544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58544

Black with #B58544

Text Example


Text Example

White with #B58544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58544; }

 p { color: rgb(181,133,68); }

 H1.HeaderClassName
 {
   color: #B58544;
 }
 .AnyTagClassName
 {
   color: #B58544;
 }
</style>

background-color css

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

 a { background-color: rgb(181,133,68); }

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

border-color css

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

 span { border-color: rgb(181,133,68); }

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