Html Css Color HEX #B28138 Marigold

📋 copy color: '#B28138'

red 178 ◦ green 129 ◦ blue 56

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

Shades of Marigold #B28138

Tints of Marigold #B28138

RGB

 RED value IS 178 (69.92% from 255) = 49.04%

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

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

R = 49.04%
G = 35.54%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B28138 (or 0xB28138) is known color: Marigold. HEX triplet: B2, 81 and 38. RGB value is (178,129,56). Sum of RGB (Red+Green+Blue) = 178+129+56=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B28138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28138 is #4D7EC7. Grayscale: #878787. Windows color (decimal): -5078728 or 3703218. OLE color: 3703218.

HSL color Cylindrical-coordinate representation of color #B28138: hue angle of 35.9º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B28138 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 56 -
CMYK 0 0.28 0.69 0.30
HSL 35.9º 0.52% 0.46% -
HSV(B) 35.9º 0.69% 0.7% -
XYZ 26.92 25.45 7.23 -
YUV 135.33 83.23 158.44 -
System Red Green Blue C M Y K H S L
Decimal 178 129 56 0 0.28 0.69 0.30 35.9 0.52 0.46
Hex B2 81 38 0 1C 45 1E 24 34 2E
Octal 262 201 70 0 34 105 36 44 64 56
Binary 10110010 10000001 111000 0 11100 1000101 11110 100100 110100 101110

Color Harmonies of #B28138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28138

Black with #B28138

Text Example


Text Example

White with #B28138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28138; }

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

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

background-color css

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

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

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

border-color css

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

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

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