Html Css Color HEX #B58A38 Marigold

📋 copy color: '#B58A38'

red 181 ◦ green 138 ◦ blue 56

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

Shades of Marigold #B58A38

Tints of Marigold #B58A38

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

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

R = 48.27%
G = 36.8%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B58A38 (or 0xB58A38) is known color: Marigold. HEX triplet: B5, 8A and 38. RGB value is (181,138,56). Sum of RGB (Red+Green+Blue) = 181+138+56=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58A38 is #4A75C7. Grayscale: #8D8D8D. Windows color (decimal): -4879816 or 3705525. OLE color: 3705525.

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

Color convert

RGB 181 138 56 -
CMYK 0 0.24 0.69 0.29
HSL 39.36º 0.53% 0.46% -
HSV(B) 39.36º 0.69% 0.71% -
XYZ 28.86 28.29 7.68 -
YUV 141.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 181 138 56 0 0.24 0.69 0.29 39.36 0.53 0.46
Hex B5 8A 38 0 18 45 1D 27 35 2E
Octal 265 212 70 0 30 105 35 47 65 56
Binary 10110101 10001010 111000 0 11000 1000101 11101 100111 110101 101110

Color Harmonies of #B58A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58A38

Black with #B58A38

Text Example


Text Example

White with #B58A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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