Html Css Color HEX #B58338 Marigold

📋 copy color: '#B58338'

red 181 ◦ green 131 ◦ blue 56

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

Shades of Marigold #B58338

Tints of Marigold #B58338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.6%

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

R = 49.18%
G = 35.6%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B58338 (or 0xB58338) is known color: Marigold. HEX triplet: B5, 83 and 38. RGB value is (181,131,56). Sum of RGB (Red+Green+Blue) = 181+131+56=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B58338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58338 is #4A7CC7. Grayscale: #898989. Windows color (decimal): -4881608 or 3703733. OLE color: 3703733.

HSL color Cylindrical-coordinate representation of color #B58338: hue angle of 36º 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 #B58338 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 131 56 -
CMYK 0 0.28 0.69 0.29
HSL 36º 0.53% 0.46% -
HSV(B) 36º 0.69% 0.71% -
XYZ 27.89 26.34 7.36 -
YUV 137.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 181 131 56 0 0.28 0.69 0.29 36 0.53 0.46
Hex B5 83 38 0 1C 45 1D 24 35 2E
Octal 265 203 70 0 34 105 35 44 65 56
Binary 10110101 10000011 111000 0 11100 1000101 11101 100100 110101 101110

Color Harmonies of #B58338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58338

Black with #B58338

Text Example


Text Example

White with #B58338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58338; }

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

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

background-color css

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

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

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

border-color css

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

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

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