Html Css Color HEX #B98838 Marigold

📋 copy color: '#B98838'

red 185 ◦ green 136 ◦ blue 56

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

Shades of Marigold #B98838

Tints of Marigold #B98838

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

 BLUE value IS 56 (22.27% from 255) = 14.85%

R = 49.07%
G = 36.07%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B98838 (or 0xB98838) is known color: Marigold. HEX triplet: B9, 88 and 38. RGB value is (185,136,56). Sum of RGB (Red+Green+Blue) = 185+136+56=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B98838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98838 is #4677C7. Grayscale: #8D8D8D. Windows color (decimal): -4618184 or 3705017. OLE color: 3705017.

HSL color Cylindrical-coordinate representation of color #B98838: hue angle of 37.21º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B98838 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 136 56 -
CMYK 0 0.26 0.70 0.27
HSL 37.21º 0.54% 0.47% -
HSV(B) 37.21º 0.7% 0.73% -
XYZ 29.53 28.21 7.63 -
YUV 141.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 185 136 56 0 0.26 0.70 0.27 37.21 0.54 0.47
Hex B9 88 38 0 1A 46 1B 25 36 2F
Octal 271 210 70 0 32 106 33 45 66 57
Binary 10111001 10001000 111000 0 11010 1000110 11011 100101 110110 101111

Color Harmonies of #B98838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98838

Black with #B98838

Text Example


Text Example

White with #B98838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98838; }

 p { color: rgb(185,136,56); }

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

background-color css

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

 a { background-color: rgb(185,136,56); }

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

border-color css

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

 span { border-color: rgb(185,136,56); }

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