Html Css Color HEX #B58F3F Marigold

📋 copy color: '#B58F3F'

red 181 ◦ green 143 ◦ blue 63

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

Shades of Marigold #B58F3F

Tints of Marigold #B58F3F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.95%

 BLUE value IS 63 (25% from 255) = 16.28%

R = 46.77%
G = 36.95%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B58F3F (or 0xB58F3F) is known color: Marigold. HEX triplet: B5, 8F and 3F. RGB value is (181,143,63). Sum of RGB (Red+Green+Blue) = 181+143+63=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58F3F is #4A70C0. Grayscale: #919191. Windows color (decimal): -4878529 or 4165557. OLE color: 4165557.

HSL color Cylindrical-coordinate representation of color #B58F3F: hue angle of 40.68º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B58F3F is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 143 63 -
CMYK 0 0.21 0.65 0.29
HSL 40.68º 0.48% 0.48% -
HSV(B) 40.68º 0.65% 0.71% -
XYZ 29.78 29.83 8.89 -
YUV 145.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 181 143 63 0 0.21 0.65 0.29 40.68 0.48 0.48
Hex B5 8F 3F 0 15 41 1D 29 30 30
Octal 265 217 77 0 25 101 35 51 60 60
Binary 10110101 10001111 111111 0 10101 1000001 11101 101001 110000 110000

Color Harmonies of #B58F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58F3F

Black with #B58F3F

Text Example


Text Example

White with #B58F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58F3F; }

 p { color: rgb(181,143,63); }

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

background-color css

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

 a { background-color: rgb(181,143,63); }

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

border-color css

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

 span { border-color: rgb(181,143,63); }

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