Html Css Color HEX #B28545 Marigold

📋 copy color: '#B28545'

red 178 ◦ green 133 ◦ blue 69

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

Shades of Marigold #B28545

Tints of Marigold #B28545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.16%

R = 46.84%
G = 35%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B28545 (or 0xB28545) is known color: Marigold. HEX triplet: B2, 85 and 45. RGB value is (178,133,69). Sum of RGB (Red+Green+Blue) = 178+133+69=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B28545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28545 is #4D7ABA. Grayscale: #8B8B8B. Windows color (decimal): -5077691 or 4556210. OLE color: 4556210.

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

Color convert

RGB 178 133 69 -
CMYK 0 0.25 0.61 0.30
HSL 35.23º 0.44% 0.48% -
HSV(B) 35.23º 0.61% 0.7% -
XYZ 27.82 26.67 9.31 -
YUV 139.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 178 133 69 0 0.25 0.61 0.30 35.23 0.44 0.48
Hex B2 85 45 0 19 3D 1E 23 2C 30
Octal 262 205 105 0 31 75 36 43 54 60
Binary 10110010 10000101 1000101 0 11001 111101 11110 100011 101100 110000

Color Harmonies of #B28545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28545

Black with #B28545

Text Example


Text Example

White with #B28545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28545; }

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

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

background-color css

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

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

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

border-color css

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

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

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