Html Css Color HEX #B28540 Marigold

📋 copy color: '#B28540'

red 178 ◦ green 133 ◦ blue 64

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

Shades of Marigold #B28540

Tints of Marigold #B28540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 47.47%
G = 35.47%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B28540 (or 0xB28540) is known color: Marigold. HEX triplet: B2, 85 and 40. RGB value is (178,133,64). Sum of RGB (Red+Green+Blue) = 178+133+64=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B28540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28540 is #4D7ABF. Grayscale: #8A8A8A. Windows color (decimal): -5077696 or 4228530. OLE color: 4228530.

HSL color Cylindrical-coordinate representation of color #B28540: hue angle of 36.32º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B28540 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 64 -
CMYK 0 0.25 0.64 0.30
HSL 36.32º 0.47% 0.47% -
HSV(B) 36.32º 0.64% 0.7% -
XYZ 27.67 26.61 8.53 -
YUV 138.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 178 133 64 0 0.25 0.64 0.30 36.32 0.47 0.47
Hex B2 85 40 0 19 40 1E 24 2F 2F
Octal 262 205 100 0 31 100 36 44 57 57
Binary 10110010 10000101 1000000 0 11001 1000000 11110 100100 101111 101111

Color Harmonies of #B28540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28540

Black with #B28540

Text Example


Text Example

White with #B28540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28540; }

 p { color: rgb(178,133,64); }

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

background-color css

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

 a { background-color: rgb(178,133,64); }

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

border-color css

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

 span { border-color: rgb(178,133,64); }

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