Html Css Color HEX #B98239 Marigold

📋 copy color: '#B98239'

red 185 ◦ green 130 ◦ blue 57

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

Shades of Marigold #B98239

Tints of Marigold #B98239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.32%

R = 49.73%
G = 34.95%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B98239 (or 0xB98239) is known color: Marigold. HEX triplet: B9, 82 and 39. RGB value is (185,130,57). Sum of RGB (Red+Green+Blue) = 185+130+57=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B98239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98239 is #467DC6. Grayscale: #8A8A8A. Windows color (decimal): -4619719 or 3769017. OLE color: 3769017.

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

Color convert

RGB 185 130 57 -
CMYK 0 0.30 0.69 0.27
HSL 34.22º 0.53% 0.47% -
HSV(B) 34.22º 0.69% 0.73% -
XYZ 28.73 26.57 7.49 -
YUV 138.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 185 130 57 0 0.30 0.69 0.27 34.22 0.53 0.47
Hex B9 82 39 0 1E 45 1B 22 35 2F
Octal 271 202 71 0 36 105 33 42 65 57
Binary 10111001 10000010 111001 0 11110 1000101 11011 100010 110101 101111

Color Harmonies of #B98239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98239

Black with #B98239

Text Example


Text Example

White with #B98239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98239; }

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

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

background-color css

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

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

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

border-color css

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

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

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