Html Css Color HEX #B28644 Marigold

📋 copy color: '#B28644'

red 178 ◦ green 134 ◦ blue 68

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

Shades of Marigold #B28644

Tints of Marigold #B28644

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.26%

 BLUE value IS 68 (26.95% from 255) = 17.89%

R = 46.84%
G = 35.26%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B28644 (or 0xB28644) is known color: Marigold. HEX triplet: B2, 86 and 44. RGB value is (178,134,68). Sum of RGB (Red+Green+Blue) = 178+134+68=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B28644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28644 is #4D79BB. Grayscale: #8B8B8B. Windows color (decimal): -5077436 or 4490930. OLE color: 4490930.

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

Color convert

RGB 178 134 68 -
CMYK 0 0.25 0.62 0.30
HSL 36º 0.45% 0.48% -
HSV(B) 36º 0.62% 0.7% -
XYZ 27.93 26.93 9.2 -
YUV 139.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 178 134 68 0 0.25 0.62 0.30 36 0.45 0.48
Hex B2 86 44 0 19 3E 1E 24 2D 30
Octal 262 206 104 0 31 76 36 44 55 60
Binary 10110010 10000110 1000100 0 11001 111110 11110 100100 101101 110000

Color Harmonies of #B28644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28644

Black with #B28644

Text Example


Text Example

White with #B28644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28644; }

 p { color: rgb(178,134,68); }

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

background-color css

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

 a { background-color: rgb(178,134,68); }

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

border-color css

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

 span { border-color: rgb(178,134,68); }

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