Html Css Color HEX #B58836 Marigold

📋 copy color: '#B58836'

red 181 ◦ green 136 ◦ blue 54

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

Shades of Marigold #B58836

Tints of Marigold #B58836

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

 BLUE value IS 54 (21.48% from 255) = 14.56%

R = 48.79%
G = 36.66%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B58836 (or 0xB58836) is known color: Marigold. HEX triplet: B5, 88 and 36. RGB value is (181,136,54). Sum of RGB (Red+Green+Blue) = 181+136+54=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B58836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58836 is #4A77C9. Grayscale: #8C8C8C. Windows color (decimal): -4880330 or 3573941. OLE color: 3573941.

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

Color convert

RGB 181 136 54 -
CMYK 0 0.25 0.70 0.29
HSL 38.74º 0.54% 0.46% -
HSV(B) 38.74º 0.7% 0.71% -
XYZ 28.53 27.7 7.33 -
YUV 140.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 181 136 54 0 0.25 0.70 0.29 38.74 0.54 0.46
Hex B5 88 36 0 19 46 1D 27 36 2E
Octal 265 210 66 0 31 106 35 47 66 56
Binary 10110101 10001000 110110 0 11001 1000110 11101 100111 110110 101110

Color Harmonies of #B58836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58836

Black with #B58836

Text Example


Text Example

White with #B58836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58836; }

 p { color: rgb(181,136,54); }

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

background-color css

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

 a { background-color: rgb(181,136,54); }

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

border-color css

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

 span { border-color: rgb(181,136,54); }

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