Html Css Color HEX #B58945 Marigold

📋 copy color: '#B58945'

red 181 ◦ green 137 ◦ blue 69

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

Shades of Marigold #B58945

Tints of Marigold #B58945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

 BLUE value IS 69 (27.34% from 255) = 17.83%

R = 46.77%
G = 35.4%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B58945 (or 0xB58945) is known color: Marigold. HEX triplet: B5, 89 and 45. RGB value is (181,137,69). Sum of RGB (Red+Green+Blue) = 181+137+69=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B58945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58945 is #4A76BA. Grayscale: #8E8E8E. Windows color (decimal): -4880059 or 4557237. OLE color: 4557237.

HSL color Cylindrical-coordinate representation of color #B58945: hue angle of 36.43º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B58945 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 137 69 -
CMYK 0 0.24 0.62 0.29
HSL 36.43º 0.45% 0.49% -
HSV(B) 36.43º 0.62% 0.71% -
XYZ 29.08 28.14 9.53 -
YUV 142.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 181 137 69 0 0.24 0.62 0.29 36.43 0.45 0.49
Hex B5 89 45 0 18 3E 1D 24 2D 31
Octal 265 211 105 0 30 76 35 44 55 61
Binary 10110101 10001001 1000101 0 11000 111110 11101 100100 101101 110001

Color Harmonies of #B58945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58945

Black with #B58945

Text Example


Text Example

White with #B58945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58945; }

 p { color: rgb(181,137,69); }

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

background-color css

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

 a { background-color: rgb(181,137,69); }

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

border-color css

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

 span { border-color: rgb(181,137,69); }

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