Html Css Color HEX #B2833A Marigold

📋 copy color: '#B2833A'

red 178 ◦ green 131 ◦ blue 58

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

Shades of Marigold #B2833A

Tints of Marigold #B2833A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.8%

R = 48.5%
G = 35.69%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2833A (or 0xB2833A) is known color: Marigold. HEX triplet: B2, 83 and 3A. RGB value is (178,131,58). Sum of RGB (Red+Green+Blue) = 178+131+58=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2833A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2833A is #4D7CC5. Grayscale: #898989. Windows color (decimal): -5078214 or 3834802. OLE color: 3834802.

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

Color convert

RGB 178 131 58 -
CMYK 0 0.26 0.67 0.30
HSL 36.5º 0.51% 0.46% -
HSV(B) 36.5º 0.67% 0.7% -
XYZ 27.24 26 7.59 -
YUV 136.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 178 131 58 0 0.26 0.67 0.30 36.5 0.51 0.46
Hex B2 83 3A 0 1A 43 1E 24 33 2E
Octal 262 203 72 0 32 103 36 44 63 56
Binary 10110010 10000011 111010 0 11010 1000011 11110 100100 110011 101110

Color Harmonies of #B2833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2833A

Black with #B2833A

Text Example


Text Example

White with #B2833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2833A; }

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

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

background-color css

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

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

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

border-color css

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

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

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