Html Css Color HEX #B98A3E Marigold

📋 copy color: '#B98A3E'

red 185 ◦ green 138 ◦ blue 62

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

Shades of Marigold #B98A3E

Tints of Marigold #B98A3E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

 BLUE value IS 62 (24.61% from 255) = 16.1%

R = 48.05%
G = 35.84%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B98A3E (or 0xB98A3E) is known color: Marigold. HEX triplet: B9, 8A and 3E. RGB value is (185,138,62). Sum of RGB (Red+Green+Blue) = 185+138+62=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98A3E is #4675C1. Grayscale: #8F8F8F. Windows color (decimal): -4617666 or 4098745. OLE color: 4098745.

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

Color convert

RGB 185 138 62 -
CMYK 0 0.25 0.66 0.27
HSL 37.07º 0.5% 0.48% -
HSV(B) 37.07º 0.66% 0.73% -
XYZ 29.97 28.84 8.54 -
YUV 143.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 185 138 62 0 0.25 0.66 0.27 37.07 0.5 0.48
Hex B9 8A 3E 0 19 42 1B 25 32 30
Octal 271 212 76 0 31 102 33 45 62 60
Binary 10111001 10001010 111110 0 11001 1000010 11011 100101 110010 110000

Color Harmonies of #B98A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A3E

Black with #B98A3E

Text Example


Text Example

White with #B98A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A3E; }

 p { color: rgb(185,138,62); }

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

background-color css

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

 a { background-color: rgb(185,138,62); }

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

border-color css

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

 span { border-color: rgb(185,138,62); }

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