Html Css Color HEX #B58438 Marigold

📋 copy color: '#B58438'

red 181 ◦ green 132 ◦ blue 56

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

Shades of Marigold #B58438

Tints of Marigold #B58438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

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

R = 49.05%
G = 35.77%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B58438 (or 0xB58438) is known color: Marigold. HEX triplet: B5, 84 and 38. RGB value is (181,132,56). Sum of RGB (Red+Green+Blue) = 181+132+56=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B58438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58438 is #4A7BC7. Grayscale: #8A8A8A. Windows color (decimal): -4881352 or 3703989. OLE color: 3703989.

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

Color convert

RGB 181 132 56 -
CMYK 0 0.27 0.69 0.29
HSL 36.48º 0.53% 0.46% -
HSV(B) 36.48º 0.69% 0.71% -
XYZ 28.02 26.61 7.4 -
YUV 137.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 181 132 56 0 0.27 0.69 0.29 36.48 0.53 0.46
Hex B5 84 38 0 1B 45 1D 24 35 2E
Octal 265 204 70 0 33 105 35 44 65 56
Binary 10110101 10000100 111000 0 11011 1000101 11101 100100 110101 101110

Color Harmonies of #B58438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58438

Black with #B58438

Text Example


Text Example

White with #B58438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58438; }

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

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

background-color css

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

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

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

border-color css

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

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

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