Html Css Color HEX #B28243 Marigold

📋 copy color: '#B28243'

red 178 ◦ green 130 ◦ blue 67

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

Shades of Marigold #B28243

Tints of Marigold #B28243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.67%

 BLUE value IS 67 (26.56% from 255) = 17.87%

R = 47.47%
G = 34.67%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B28243 (or 0xB28243) is known color: Marigold. HEX triplet: B2, 82 and 43. RGB value is (178,130,67). Sum of RGB (Red+Green+Blue) = 178+130+67=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B28243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28243 is #4D7DBC. Grayscale: #898989. Windows color (decimal): -5078461 or 4424370. OLE color: 4424370.

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

Color convert

RGB 178 130 67 -
CMYK 0 0.27 0.62 0.30
HSL 34.05º 0.45% 0.48% -
HSV(B) 34.05º 0.62% 0.7% -
XYZ 27.36 25.84 8.86 -
YUV 137.17 88.4 157.12 -
System Red Green Blue C M Y K H S L
Decimal 178 130 67 0 0.27 0.62 0.30 34.05 0.45 0.48
Hex B2 82 43 0 1B 3E 1E 22 2D 30
Octal 262 202 103 0 33 76 36 42 55 60
Binary 10110010 10000010 1000011 0 11011 111110 11110 100010 101101 110000

Color Harmonies of #B28243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28243

Black with #B28243

Text Example


Text Example

White with #B28243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28243; }

 p { color: rgb(178,130,67); }

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

background-color css

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

 a { background-color: rgb(178,130,67); }

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

border-color css

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

 span { border-color: rgb(178,130,67); }

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