Html Css Color HEX #B98434 Marigold

📋 copy color: '#B98434'

red 185 ◦ green 132 ◦ blue 52

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

Shades of Marigold #B98434

Tints of Marigold #B98434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

 BLUE value IS 52 (20.7% from 255) = 14.09%

R = 50.14%
G = 35.77%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B98434 (or 0xB98434) is known color: Marigold. HEX triplet: B9, 84 and 34. RGB value is (185,132,52). Sum of RGB (Red+Green+Blue) = 185+132+52=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B98434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98434 is #467BCB. Grayscale: #8B8B8B. Windows color (decimal): -4619212 or 3441849. OLE color: 3441849.

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

Color convert

RGB 185 132 52 -
CMYK 0 0.29 0.72 0.27
HSL 36.09º 0.56% 0.46% -
HSV(B) 36.09º 0.72% 0.73% -
XYZ 28.88 27.06 6.95 -
YUV 138.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 185 132 52 0 0.29 0.72 0.27 36.09 0.56 0.46
Hex B9 84 34 0 1D 48 1B 24 38 2E
Octal 271 204 64 0 35 110 33 44 70 56
Binary 10111001 10000100 110100 0 11101 1001000 11011 100100 111000 101110

Color Harmonies of #B98434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98434

Black with #B98434

Text Example


Text Example

White with #B98434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98434; }

 p { color: rgb(185,132,52); }

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

background-color css

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

 a { background-color: rgb(185,132,52); }

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

border-color css

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

 span { border-color: rgb(185,132,52); }

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