Html Css Color HEX #B2823F Marigold

📋 copy color: '#B2823F'

red 178 ◦ green 130 ◦ blue 63

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

Shades of Marigold #B2823F

Tints of Marigold #B2823F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.98%

R = 47.98%
G = 35.04%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2823F (or 0xB2823F) is known color: Marigold. HEX triplet: B2, 82 and 3F. RGB value is (178,130,63). Sum of RGB (Red+Green+Blue) = 178+130+63=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2823F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2823F is #4D7DC0. Grayscale: #898989. Windows color (decimal): -5078465 or 4162226. OLE color: 4162226.

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

Color convert

RGB 178 130 63 -
CMYK 0 0.27 0.65 0.30
HSL 34.96º 0.48% 0.47% -
HSV(B) 34.96º 0.65% 0.7% -
XYZ 27.24 25.79 8.24 -
YUV 136.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 178 130 63 0 0.27 0.65 0.30 34.96 0.48 0.47
Hex B2 82 3F 0 1B 41 1E 23 30 2F
Octal 262 202 77 0 33 101 36 43 60 57
Binary 10110010 10000010 111111 0 11011 1000001 11110 100011 110000 101111

Color Harmonies of #B2823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2823F

Black with #B2823F

Text Example


Text Example

White with #B2823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2823F; }

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

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

background-color css

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

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

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

border-color css

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

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

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