Html Css Color HEX #B98B3A Marigold

📋 copy color: '#B98B3A'

red 185 ◦ green 139 ◦ blue 58

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

Shades of Marigold #B98B3A

Tints of Marigold #B98B3A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.39%

 BLUE value IS 58 (23.05% from 255) = 15.18%

R = 48.43%
G = 36.39%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B98B3A (or 0xB98B3A) is known color: Marigold. HEX triplet: B9, 8B and 3A. RGB value is (185,139,58). Sum of RGB (Red+Green+Blue) = 185+139+58=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98B3A is #4674C5. Grayscale: #8F8F8F. Windows color (decimal): -4617414 or 3836857. OLE color: 3836857.

HSL color Cylindrical-coordinate representation of color #B98B3A: hue angle of 38.27º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B98B3A is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 139 58 -
CMYK 0 0.25 0.69 0.27
HSL 38.27º 0.52% 0.48% -
HSV(B) 38.27º 0.69% 0.73% -
XYZ 30 29.09 8.04 -
YUV 143.52 79.74 157.59 -
System Red Green Blue C M Y K H S L
Decimal 185 139 58 0 0.25 0.69 0.27 38.27 0.52 0.48
Hex B9 8B 3A 0 19 45 1B 26 34 30
Octal 271 213 72 0 31 105 33 46 64 60
Binary 10111001 10001011 111010 0 11001 1000101 11011 100110 110100 110000

Color Harmonies of #B98B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98B3A

Black with #B98B3A

Text Example


Text Example

White with #B98B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98B3A; }

 p { color: rgb(185,139,58); }

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

background-color css

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

 a { background-color: rgb(185,139,58); }

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

border-color css

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

 span { border-color: rgb(185,139,58); }

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