Html Css Color HEX #B28237 Marigold

📋 copy color: '#B28237'

red 178 ◦ green 130 ◦ blue 55

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

Shades of Marigold #B28237

Tints of Marigold #B28237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.15%

R = 49.04%
G = 35.81%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B28237 (or 0xB28237) is known color: Marigold. HEX triplet: B2, 82 and 37. RGB value is (178,130,55). Sum of RGB (Red+Green+Blue) = 178+130+55=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B28237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28237 is #4D7DC8. Grayscale: #888888. Windows color (decimal): -5078473 or 3637938. OLE color: 3637938.

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

Color convert

RGB 178 130 55 -
CMYK 0 0.27 0.69 0.30
HSL 36.59º 0.53% 0.46% -
HSV(B) 36.59º 0.69% 0.7% -
XYZ 27.03 25.71 7.15 -
YUV 135.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 178 130 55 0 0.27 0.69 0.30 36.59 0.53 0.46
Hex B2 82 37 0 1B 45 1E 25 35 2E
Octal 262 202 67 0 33 105 36 45 65 56
Binary 10110010 10000010 110111 0 11011 1000101 11110 100101 110101 101110

Color Harmonies of #B28237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28237

Black with #B28237

Text Example


Text Example

White with #B28237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28237; }

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

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

background-color css

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

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

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

border-color css

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

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

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