Html Css Color HEX #B28541 Marigold

📋 copy color: '#B28541'

red 178 ◦ green 133 ◦ blue 65

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

Shades of Marigold #B28541

Tints of Marigold #B28541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.29%

R = 47.34%
G = 35.37%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B28541 (or 0xB28541) is known color: Marigold. HEX triplet: B2, 85 and 41. RGB value is (178,133,65). Sum of RGB (Red+Green+Blue) = 178+133+65=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B28541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28541 is #4D7ABE. Grayscale: #8B8B8B. Windows color (decimal): -5077695 or 4294066. OLE color: 4294066.

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

Color convert

RGB 178 133 65 -
CMYK 0 0.25 0.63 0.30
HSL 36.11º 0.47% 0.48% -
HSV(B) 36.11º 0.63% 0.7% -
XYZ 27.7 26.62 8.68 -
YUV 138.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 178 133 65 0 0.25 0.63 0.30 36.11 0.47 0.48
Hex B2 85 41 0 19 3F 1E 24 2F 30
Octal 262 205 101 0 31 77 36 44 57 60
Binary 10110010 10000101 1000001 0 11001 111111 11110 100100 101111 110000

Color Harmonies of #B28541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28541

Black with #B28541

Text Example


Text Example

White with #B28541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28541; }

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

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

background-color css

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

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

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

border-color css

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

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

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