Html Css Color HEX #B28443 Marigold

📋 copy color: '#B28443'

red 178 ◦ green 132 ◦ blue 67

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

Shades of Marigold #B28443

Tints of Marigold #B28443

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.01%

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

R = 47.21%
G = 35.01%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B28443 (or 0xB28443) is known color: Marigold. HEX triplet: B2, 84 and 43. RGB value is (178,132,67). Sum of RGB (Red+Green+Blue) = 178+132+67=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B28443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28443 is #4D7BBC. Grayscale: #8A8A8A. Windows color (decimal): -5077949 or 4424882. OLE color: 4424882.

HSL color Cylindrical-coordinate representation of color #B28443: hue angle of 35.14º 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 #B28443 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 67 -
CMYK 0 0.26 0.62 0.30
HSL 35.14º 0.45% 0.48% -
HSV(B) 35.14º 0.62% 0.7% -
XYZ 27.62 26.37 8.94 -
YUV 138.34 87.74 156.29 -
System Red Green Blue C M Y K H S L
Decimal 178 132 67 0 0.26 0.62 0.30 35.14 0.45 0.48
Hex B2 84 43 0 1A 3E 1E 23 2D 30
Octal 262 204 103 0 32 76 36 43 55 60
Binary 10110010 10000100 1000011 0 11010 111110 11110 100011 101101 110000

Color Harmonies of #B28443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28443

Black with #B28443

Text Example


Text Example

White with #B28443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28443; }

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

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

background-color css

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

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

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

border-color css

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

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

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