Html Css Color HEX #B1833E Marigold

📋 copy color: '#B1833E'

red 177 ◦ green 131 ◦ blue 62

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

Shades of Marigold #B1833E

Tints of Marigold #B1833E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.76%

R = 47.84%
G = 35.41%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B1833E (or 0xB1833E) is known color: Marigold. HEX triplet: B1, 83 and 3E. RGB value is (177,131,62). Sum of RGB (Red+Green+Blue) = 177+131+62=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1833E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1833E is #4E7CC1. Grayscale: #898989. Windows color (decimal): -5143746 or 4096945. OLE color: 4096945.

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

Color convert

RGB 177 131 62 -
CMYK 0 0.26 0.65 0.31
HSL 36º 0.48% 0.47% -
HSV(B) 36º 0.65% 0.69% -
XYZ 27.12 25.93 8.13 -
YUV 136.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 177 131 62 0 0.26 0.65 0.31 36 0.48 0.47
Hex B1 83 3E 0 1A 41 1F 24 30 2F
Octal 261 203 76 0 32 101 37 44 60 57
Binary 10110001 10000011 111110 0 11010 1000001 11111 100100 110000 101111

Color Harmonies of #B1833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1833E

Black with #B1833E

Text Example


Text Example

White with #B1833E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1833E; }

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

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

background-color css

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

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

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

border-color css

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

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

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