Html Css Color HEX #B98237 Marigold

📋 copy color: '#B98237'

red 185 ◦ green 130 ◦ blue 55

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

Shades of Marigold #B98237

Tints of Marigold #B98237

RGB

 RED value IS 185 (72.66% from 255) = 50%

 GREEN value IS 130 (51.17% from 255) = 35.14%

 BLUE value IS 55 (21.88% from 255) = 14.86%

R = 50%
G = 35.14%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B98237 (or 0xB98237) is known color: Marigold. HEX triplet: B9, 82 and 37. RGB value is (185,130,55). Sum of RGB (Red+Green+Blue) = 185+130+55=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B98237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98237 is #467DC8. Grayscale: #8A8A8A. Windows color (decimal): -4619721 or 3637945. OLE color: 3637945.

HSL color Cylindrical-coordinate representation of color #B98237: hue angle of 34.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B98237 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 55 -
CMYK 0 0.30 0.70 0.27
HSL 34.62º 0.54% 0.47% -
HSV(B) 34.62º 0.7% 0.73% -
XYZ 28.68 26.56 7.23 -
YUV 137.9 81.22 161.6 -
System Red Green Blue C M Y K H S L
Decimal 185 130 55 0 0.30 0.70 0.27 34.62 0.54 0.47
Hex B9 82 37 0 1E 46 1B 23 36 2F
Octal 271 202 67 0 36 106 33 43 66 57
Binary 10111001 10000010 110111 0 11110 1000110 11011 100011 110110 101111

Color Harmonies of #B98237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98237

Black with #B98237

Text Example


Text Example

White with #B98237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98237; }

 p { color: rgb(185,130,55); }

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

background-color css

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

 a { background-color: rgb(185,130,55); }

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

border-color css

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

 span { border-color: rgb(185,130,55); }

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