Html Css Color HEX #B28043 Marigold

📋 copy color: '#B28043'

red 178 ◦ green 128 ◦ blue 67

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

Shades of Marigold #B28043

Tints of Marigold #B28043

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.32%

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

R = 47.72%
G = 34.32%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B28043 (or 0xB28043) is known color: Marigold. HEX triplet: B2, 80 and 43. RGB value is (178,128,67). Sum of RGB (Red+Green+Blue) = 178+128+67=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B28043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28043 is #4D7FBC. Grayscale: #888888. Windows color (decimal): -5078973 or 4423858. OLE color: 4423858.

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

Color convert

RGB 178 128 67 -
CMYK 0 0.28 0.62 0.30
HSL 32.97º 0.45% 0.48% -
HSV(B) 32.97º 0.62% 0.7% -
XYZ 27.09 25.31 8.77 -
YUV 136 89.07 157.96 -
System Red Green Blue C M Y K H S L
Decimal 178 128 67 0 0.28 0.62 0.30 32.97 0.45 0.48
Hex B2 80 43 0 1C 3E 1E 21 2D 30
Octal 262 200 103 0 34 76 36 41 55 60
Binary 10110010 10000000 1000011 0 11100 111110 11110 100001 101101 110000

Color Harmonies of #B28043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28043

Black with #B28043

Text Example


Text Example

White with #B28043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28043; }

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

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

background-color css

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

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

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

border-color css

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

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

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