Html Css Color HEX #B58838 Marigold

📋 copy color: '#B58838'

red 181 ◦ green 136 ◦ blue 56

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

Shades of Marigold #B58838

Tints of Marigold #B58838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.01%

R = 48.53%
G = 36.46%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B58838 (or 0xB58838) is known color: Marigold. HEX triplet: B5, 88 and 38. RGB value is (181,136,56). Sum of RGB (Red+Green+Blue) = 181+136+56=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B58838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58838 is #4A77C7. Grayscale: #8C8C8C. Windows color (decimal): -4880328 or 3705013. OLE color: 3705013.

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

Color convert

RGB 181 136 56 -
CMYK 0 0.25 0.69 0.29
HSL 38.4º 0.53% 0.46% -
HSV(B) 38.4º 0.69% 0.71% -
XYZ 28.57 27.72 7.59 -
YUV 140.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 181 136 56 0 0.25 0.69 0.29 38.4 0.53 0.46
Hex B5 88 38 0 19 45 1D 26 35 2E
Octal 265 210 70 0 31 105 35 46 65 56
Binary 10110101 10001000 111000 0 11001 1000101 11101 100110 110101 101110

Color Harmonies of #B58838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58838

Black with #B58838

Text Example


Text Example

White with #B58838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58838; }

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

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

background-color css

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

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

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

border-color css

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

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

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