Html Css Color HEX #B88538 Marigold

📋 copy color: '#B88538'

red 184 ◦ green 133 ◦ blue 56

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

Shades of Marigold #B88538

Tints of Marigold #B88538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.66%

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

R = 49.33%
G = 35.66%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B88538 (or 0xB88538) is known color: Marigold. HEX triplet: B8, 85 and 38. RGB value is (184,133,56). Sum of RGB (Red+Green+Blue) = 184+133+56=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B88538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88538 is #477AC7. Grayscale: #8B8B8B. Windows color (decimal): -4684488 or 3704248. OLE color: 3704248.

HSL color Cylindrical-coordinate representation of color #B88538: hue angle of 36.09º degrees, saturation: 0.53, 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 #B88538 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 133 56 -
CMYK 0 0.28 0.70 0.28
HSL 36.09º 0.53% 0.47% -
HSV(B) 36.09º 0.7% 0.72% -
XYZ 28.87 27.25 7.48 -
YUV 139.47 80.9 159.76 -
System Red Green Blue C M Y K H S L
Decimal 184 133 56 0 0.28 0.70 0.28 36.09 0.53 0.47
Hex B8 85 38 0 1C 46 1C 24 35 2F
Octal 270 205 70 0 34 106 34 44 65 57
Binary 10111000 10000101 111000 0 11100 1000110 11100 100100 110101 101111

Color Harmonies of #B88538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88538

Black with #B88538

Text Example


Text Example

White with #B88538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88538; }

 p { color: rgb(184,133,56); }

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

background-color css

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

 a { background-color: rgb(184,133,56); }

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

border-color css

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

 span { border-color: rgb(184,133,56); }

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