Html Css Color HEX #B58534 Marigold

📋 copy color: '#B58534'

red 181 ◦ green 133 ◦ blue 52

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

Shades of Marigold #B58534

Tints of Marigold #B58534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.21%

R = 49.45%
G = 36.34%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B58534 (or 0xB58534) is known color: Marigold. HEX triplet: B5, 85 and 34. RGB value is (181,133,52). Sum of RGB (Red+Green+Blue) = 181+133+52=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 52 (20.70% from 255 or 14.21% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B58534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58534 is #4A7ACB. Grayscale: #8A8A8A. Windows color (decimal): -4881100 or 3442101. OLE color: 3442101.

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

Color convert

RGB 181 133 52 -
CMYK 0 0.27 0.71 0.29
HSL 37.67º 0.55% 0.46% -
HSV(B) 37.67º 0.71% 0.71% -
XYZ 28.06 26.85 6.95 -
YUV 138.12 79.4 158.59 -
System Red Green Blue C M Y K H S L
Decimal 181 133 52 0 0.27 0.71 0.29 37.67 0.55 0.46
Hex B5 85 34 0 1B 47 1D 26 37 2E
Octal 265 205 64 0 33 107 35 46 67 56
Binary 10110101 10000101 110100 0 11011 1000111 11101 100110 110111 101110

Color Harmonies of #B58534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58534

Black with #B58534

Text Example


Text Example

White with #B58534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58534; }

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

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

background-color css

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

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

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

border-color css

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

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

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