Html Css Color HEX #B28337 Marigold

📋 copy color: '#B28337'

red 178 ◦ green 131 ◦ blue 55

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

Shades of Marigold #B28337

Tints of Marigold #B28337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

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

R = 48.9%
G = 35.99%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B28337 (or 0xB28337) is known color: Marigold. HEX triplet: B2, 83 and 37. RGB value is (178,131,55). Sum of RGB (Red+Green+Blue) = 178+131+55=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B28337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28337 is #4D7CC8. Grayscale: #888888. Windows color (decimal): -5078217 or 3638194. OLE color: 3638194.

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

Color convert

RGB 178 131 55 -
CMYK 0 0.26 0.69 0.30
HSL 37.07º 0.53% 0.46% -
HSV(B) 37.07º 0.69% 0.7% -
XYZ 27.17 25.97 7.2 -
YUV 136.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 178 131 55 0 0.26 0.69 0.30 37.07 0.53 0.46
Hex B2 83 37 0 1A 45 1E 25 35 2E
Octal 262 203 67 0 32 105 36 45 65 56
Binary 10110010 10000011 110111 0 11010 1000101 11110 100101 110101 101110

Color Harmonies of #B28337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28337

Black with #B28337

Text Example


Text Example

White with #B28337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28337; }

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

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

background-color css

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

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

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

border-color css

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

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

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