Html Css Color HEX #B28948 Marigold

📋 copy color: '#B28948'

red 178 ◦ green 137 ◦ blue 72

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

Shades of Marigold #B28948

Tints of Marigold #B28948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.4%

 BLUE value IS 72 (28.52% from 255) = 18.6%

R = 45.99%
G = 35.4%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B28948 (or 0xB28948) is known color: Marigold. HEX triplet: B2, 89 and 48. RGB value is (178,137,72). Sum of RGB (Red+Green+Blue) = 178+137+72=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B28948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28948 is #4D76B7. Grayscale: #8E8E8E. Windows color (decimal): -5076664 or 4753842. OLE color: 4753842.

HSL color Cylindrical-coordinate representation of color #B28948: hue angle of 36.79º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B28948 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 137 72 -
CMYK 0 0.23 0.60 0.30
HSL 36.79º 0.42% 0.49% -
HSV(B) 36.79º 0.6% 0.7% -
XYZ 28.48 27.82 10 -
YUV 141.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 178 137 72 0 0.23 0.60 0.30 36.79 0.42 0.49
Hex B2 89 48 0 17 3C 1E 25 2A 31
Octal 262 211 110 0 27 74 36 45 52 61
Binary 10110010 10001001 1001000 0 10111 111100 11110 100101 101010 110001

Color Harmonies of #B28948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28948

Black with #B28948

Text Example


Text Example

White with #B28948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28948; }

 p { color: rgb(178,137,72); }

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

background-color css

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

 a { background-color: rgb(178,137,72); }

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

border-color css

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

 span { border-color: rgb(178,137,72); }

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