Html Css Color HEX #B28642 Marigold

📋 copy color: '#B28642'

red 178 ◦ green 134 ◦ blue 66

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

Shades of Marigold #B28642

Tints of Marigold #B28642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.46%

R = 47.09%
G = 35.45%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B28642 (or 0xB28642) is known color: Marigold. HEX triplet: B2, 86 and 42. RGB value is (178,134,66). Sum of RGB (Red+Green+Blue) = 178+134+66=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B28642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28642 is #4D79BD. Grayscale: #8B8B8B. Windows color (decimal): -5077438 or 4359858. OLE color: 4359858.

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

Color convert

RGB 178 134 66 -
CMYK 0 0.25 0.63 0.30
HSL 36.43º 0.46% 0.48% -
HSV(B) 36.43º 0.63% 0.7% -
XYZ 27.87 26.91 8.88 -
YUV 139.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 178 134 66 0 0.25 0.63 0.30 36.43 0.46 0.48
Hex B2 86 42 0 19 3F 1E 24 2E 30
Octal 262 206 102 0 31 77 36 44 56 60
Binary 10110010 10000110 1000010 0 11001 111111 11110 100100 101110 110000

Color Harmonies of #B28642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28642

Black with #B28642

Text Example


Text Example

White with #B28642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28642; }

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

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

background-color css

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

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

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

border-color css

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

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

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