Html Css Color HEX #B98238 Marigold

📋 copy color: '#B98238'

red 185 ◦ green 130 ◦ blue 56

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

Shades of Marigold #B98238

Tints of Marigold #B98238

RGB

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

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

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

R = 49.87%
G = 35.04%
B = 15.09%

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

#B98238 (or 0xB98238) is known color: Marigold. HEX triplet: B9, 82 and 38. RGB value is (185,130,56). Sum of RGB (Red+Green+Blue) = 185+130+56=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B98238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98238 is #467DC7. Grayscale: #8A8A8A. Windows color (decimal): -4619720 or 3703481. OLE color: 3703481.

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

Color convert

RGB 185 130 56 -
CMYK 0 0.30 0.70 0.27
HSL 34.42º 0.54% 0.47% -
HSV(B) 34.42º 0.7% 0.73% -
XYZ 28.7 26.57 7.36 -
YUV 138.01 81.72 161.52 -
System Red Green Blue C M Y K H S L
Decimal 185 130 56 0 0.30 0.70 0.27 34.42 0.54 0.47
Hex B9 82 38 0 1E 46 1B 22 36 2F
Octal 271 202 70 0 36 106 33 42 66 57
Binary 10111001 10000010 111000 0 11110 1000110 11011 100010 110110 101111

Color Harmonies of #B98238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98238

Black with #B98238

Text Example


Text Example

White with #B98238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98238; }

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

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

background-color css

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

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

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

border-color css

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

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

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