Html Css Color HEX #B28239 Marigold

📋 copy color: '#B28239'

red 178 ◦ green 130 ◦ blue 57

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

Shades of Marigold #B28239

Tints of Marigold #B28239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.62%

R = 48.77%
G = 35.62%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B28239 (or 0xB28239) is known color: Marigold. HEX triplet: B2, 82 and 39. RGB value is (178,130,57). Sum of RGB (Red+Green+Blue) = 178+130+57=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B28239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28239 is #4D7DC6. Grayscale: #888888. Windows color (decimal): -5078471 or 3769010. OLE color: 3769010.

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

Color convert

RGB 178 130 57 -
CMYK 0 0.27 0.68 0.30
HSL 36.2º 0.51% 0.46% -
HSV(B) 36.2º 0.68% 0.7% -
XYZ 27.08 25.73 7.41 -
YUV 136.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 178 130 57 0 0.27 0.68 0.30 36.2 0.51 0.46
Hex B2 82 39 0 1B 44 1E 24 33 2E
Octal 262 202 71 0 33 104 36 44 63 56
Binary 10110010 10000010 111001 0 11011 1000100 11110 100100 110011 101110

Color Harmonies of #B28239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28239

Black with #B28239

Text Example


Text Example

White with #B28239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28239; }

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

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

background-color css

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

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

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

border-color css

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

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

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