Html Css Color HEX #B1823A Marigold

📋 copy color: '#B1823A'

red 177 ◦ green 130 ◦ blue 58

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

Shades of Marigold #B1823A

Tints of Marigold #B1823A

RGB

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

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

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

R = 48.49%
G = 35.62%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1823A (or 0xB1823A) is known color: Marigold. HEX triplet: B1, 82 and 3A. RGB value is (177,130,58). Sum of RGB (Red+Green+Blue) = 177+130+58=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1823A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1823A is #4E7DC5. Grayscale: #888888. Windows color (decimal): -5144006 or 3834545. OLE color: 3834545.

HSL color Cylindrical-coordinate representation of color #B1823A: hue angle of 36.3º degrees, saturation: 0.51, 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 #B1823A is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 130 58 -
CMYK 0 0.27 0.67 0.31
HSL 36.3º 0.51% 0.46% -
HSV(B) 36.3º 0.67% 0.69% -
XYZ 26.88 25.62 7.53 -
YUV 135.85 84.07 157.35 -
System Red Green Blue C M Y K H S L
Decimal 177 130 58 0 0.27 0.67 0.31 36.3 0.51 0.46
Hex B1 82 3A 0 1B 43 1F 24 33 2E
Octal 261 202 72 0 33 103 37 44 63 56
Binary 10110001 10000010 111010 0 11011 1000011 11111 100100 110011 101110

Color Harmonies of #B1823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1823A

Black with #B1823A

Text Example


Text Example

White with #B1823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1823A; }

 p { color: rgb(177,130,58); }

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

background-color css

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

 a { background-color: rgb(177,130,58); }

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

border-color css

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

 span { border-color: rgb(177,130,58); }

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