Html Css Color HEX #B88237 Marigold

📋 copy color: '#B88237'

red 184 ◦ green 130 ◦ blue 55

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

Shades of Marigold #B88237

Tints of Marigold #B88237

RGB

 RED value IS 184 (72.27% from 255) = 49.86%

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

 BLUE value IS 55 (21.88% from 255) = 14.91%

R = 49.86%
G = 35.23%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B88237 (or 0xB88237) is known color: Marigold. HEX triplet: B8, 82 and 37. RGB value is (184,130,55). Sum of RGB (Red+Green+Blue) = 184+130+55=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B88237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88237 is #477DC8. Grayscale: #898989. Windows color (decimal): -4685257 or 3637944. OLE color: 3637944.

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

Color convert

RGB 184 130 55 -
CMYK 0 0.29 0.70 0.28
HSL 34.88º 0.54% 0.47% -
HSV(B) 34.88º 0.7% 0.72% -
XYZ 28.44 26.43 7.22 -
YUV 137.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 184 130 55 0 0.29 0.70 0.28 34.88 0.54 0.47
Hex B8 82 37 0 1D 46 1C 23 36 2F
Octal 270 202 67 0 35 106 34 43 66 57
Binary 10111000 10000010 110111 0 11101 1000110 11100 100011 110110 101111

Color Harmonies of #B88237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88237

Black with #B88237

Text Example


Text Example

White with #B88237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88237; }

 p { color: rgb(184,130,55); }

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

background-color css

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

 a { background-color: rgb(184,130,55); }

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

border-color css

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

 span { border-color: rgb(184,130,55); }

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