Html Css Color HEX #B1833B Marigold

📋 copy color: '#B1833B'

red 177 ◦ green 131 ◦ blue 59

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

Shades of Marigold #B1833B

Tints of Marigold #B1833B

RGB

 RED value IS 177 (69.53% from 255) = 48.23%

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

 BLUE value IS 59 (23.44% from 255) = 16.08%

R = 48.23%
G = 35.69%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1833B (or 0xB1833B) is known color: Marigold. HEX triplet: B1, 83 and 3B. RGB value is (177,131,59). Sum of RGB (Red+Green+Blue) = 177+131+59=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1833B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1833B is #4E7CC4. Grayscale: #888888. Windows color (decimal): -5143749 or 3900337. OLE color: 3900337.

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

Color convert

RGB 177 131 59 -
CMYK 0 0.26 0.67 0.31
HSL 36.61º 0.5% 0.46% -
HSV(B) 36.61º 0.67% 0.69% -
XYZ 27.04 25.9 7.71 -
YUV 136.55 84.24 156.85 -
System Red Green Blue C M Y K H S L
Decimal 177 131 59 0 0.26 0.67 0.31 36.61 0.5 0.46
Hex B1 83 3B 0 1A 43 1F 25 32 2E
Octal 261 203 73 0 32 103 37 45 62 56
Binary 10110001 10000011 111011 0 11010 1000011 11111 100101 110010 101110

Color Harmonies of #B1833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1833B

Black with #B1833B

Text Example


Text Example

White with #B1833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1833B; }

 p { color: rgb(177,131,59); }

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

background-color css

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

 a { background-color: rgb(177,131,59); }

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

border-color css

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

 span { border-color: rgb(177,131,59); }

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