Html Css Color HEX #B1551C Rich Gold

📋 copy color: '#B1551C'

red 177 ◦ green 85 ◦ blue 28

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

Shades of Rich Gold #B1551C

Tints of Rich Gold #B1551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 61.03%
G = 29.31%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1551C (or 0xB1551C) is known color: Rich Gold. HEX triplet: B1, 55 and 1C. RGB value is (177,85,28). Sum of RGB (Red+Green+Blue) = 177+85+28=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1551C is #4EAAE3. Grayscale: #6A6A6A. Windows color (decimal): -5155556 or 1856945. OLE color: 1856945.

HSL color Cylindrical-coordinate representation of color #B1551C: hue angle of 22.95º 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 #B1551C is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 85 28 -
CMYK 0 0.52 0.84 0.31
HSL 22.95º 0.73% 0.4% -
HSV(B) 22.95º 0.84% 0.69% -
XYZ 21.59 15.93 3.04 -
YUV 106.01 83.98 178.63 -
System Red Green Blue C M Y K H S L
Decimal 177 85 28 0 0.52 0.84 0.31 22.95 0.73 0.4
Hex B1 55 1C 0 34 54 1F 17 49 28
Octal 261 125 34 0 64 124 37 27 111 50
Binary 10110001 1010101 11100 0 110100 1010100 11111 10111 1001001 101000

Color Harmonies of #B1551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1551C

Black with #B1551C

Text Example


Text Example

White with #B1551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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