Html Css Color HEX #B88138 Marigold

📋 copy color: '#B88138'

red 184 ◦ green 129 ◦ blue 56

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

Shades of Marigold #B88138

Tints of Marigold #B88138

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

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

R = 49.86%
G = 34.96%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B88138 (or 0xB88138) is known color: Marigold. HEX triplet: B8, 81 and 38. RGB value is (184,129,56). Sum of RGB (Red+Green+Blue) = 184+129+56=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B88138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88138 is #477EC7. Grayscale: #898989. Windows color (decimal): -4685512 or 3703224. OLE color: 3703224.

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

Color convert

RGB 184 129 56 -
CMYK 0 0.30 0.70 0.28
HSL 34.22º 0.53% 0.47% -
HSV(B) 34.22º 0.7% 0.72% -
XYZ 28.33 26.18 7.3 -
YUV 137.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 184 129 56 0 0.30 0.70 0.28 34.22 0.53 0.47
Hex B8 81 38 0 1E 46 1C 22 35 2F
Octal 270 201 70 0 36 106 34 42 65 57
Binary 10111000 10000001 111000 0 11110 1000110 11100 100010 110101 101111

Color Harmonies of #B88138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88138

Black with #B88138

Text Example


Text Example

White with #B88138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88138; }

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

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

background-color css

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

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

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

border-color css

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

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

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