Html Css Color HEX #B1541C Rich Gold

📋 copy color: '#B1541C'

red 177 ◦ green 84 ◦ blue 28

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

Shades of Rich Gold #B1541C

Tints of Rich Gold #B1541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 61.25%
G = 29.07%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1541C (or 0xB1541C) is known color: Rich Gold. HEX triplet: B1, 54 and 1C. RGB value is (177,84,28). Sum of RGB (Red+Green+Blue) = 177+84+28=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1541C is #4EABE3. Grayscale: #696969. Windows color (decimal): -5155812 or 1856689. OLE color: 1856689.

HSL color Cylindrical-coordinate representation of color #B1541C: hue angle of 22.55º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1541C is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 84 28 -
CMYK 0 0.53 0.84 0.31
HSL 22.55º 0.73% 0.4% -
HSV(B) 22.55º 0.84% 0.69% -
XYZ 21.51 15.77 3.01 -
YUV 105.42 84.31 179.05 -
System Red Green Blue C M Y K H S L
Decimal 177 84 28 0 0.53 0.84 0.31 22.55 0.73 0.4
Hex B1 54 1C 0 35 54 1F 17 49 28
Octal 261 124 34 0 65 124 37 27 111 50
Binary 10110001 1010100 11100 0 110101 1010100 11111 10111 1001001 101000

Color Harmonies of #B1541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1541C

Black with #B1541C

Text Example


Text Example

White with #B1541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1541C; }

 p { color: rgb(177,84,28); }

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

background-color css

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

 a { background-color: rgb(177,84,28); }

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

border-color css

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

 span { border-color: rgb(177,84,28); }

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