Html Css Color HEX #B98343 Marigold

📋 copy color: '#B98343'

red 185 ◦ green 131 ◦ blue 67

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

Shades of Marigold #B98343

Tints of Marigold #B98343

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.2%

 BLUE value IS 67 (26.56% from 255) = 17.49%

R = 48.3%
G = 34.2%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B98343 (or 0xB98343) is known color: Marigold. HEX triplet: B9, 83 and 43. RGB value is (185,131,67). Sum of RGB (Red+Green+Blue) = 185+131+67=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B98343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98343 is #467CBC. Grayscale: #8C8C8C. Windows color (decimal): -4619453 or 4424633. OLE color: 4424633.

HSL color Cylindrical-coordinate representation of color #B98343: hue angle of 32.54º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B98343 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 131 67 -
CMYK 0 0.29 0.64 0.27
HSL 32.54º 0.47% 0.49% -
HSV(B) 32.54º 0.64% 0.73% -
XYZ 29.14 26.95 8.98 -
YUV 139.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 185 131 67 0 0.29 0.64 0.27 32.54 0.47 0.49
Hex B9 83 43 0 1D 40 1B 21 2F 31
Octal 271 203 103 0 35 100 33 41 57 61
Binary 10111001 10000011 1000011 0 11101 1000000 11011 100001 101111 110001

Color Harmonies of #B98343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98343

Black with #B98343

Text Example


Text Example

White with #B98343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98343; }

 p { color: rgb(185,131,67); }

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

background-color css

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

 a { background-color: rgb(185,131,67); }

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

border-color css

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

 span { border-color: rgb(185,131,67); }

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