Html Css Color HEX #B1501B Rich Gold

📋 copy color: '#B1501B'

red 177 ◦ green 80 ◦ blue 27

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

Shades of Rich Gold #B1501B

Tints of Rich Gold #B1501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

 BLUE value IS 27 (10.94% from 255) = 9.51%

R = 62.32%
G = 28.17%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1501B (or 0xB1501B) is known color: Rich Gold. HEX triplet: B1, 50 and 1B. RGB value is (177,80,27). Sum of RGB (Red+Green+Blue) = 177+80+27=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B1501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1501B is #4EAFE4. Grayscale: #676767. Windows color (decimal): -5156837 or 1790129. OLE color: 1790129.

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

Color convert

RGB 177 80 27 -
CMYK 0 0.55 0.85 0.31
HSL 21.2º 0.74% 0.4% -
HSV(B) 21.2º 0.85% 0.69% -
XYZ 21.2 15.16 2.85 -
YUV 102.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 177 80 27 0 0.55 0.85 0.31 21.2 0.74 0.4
Hex B1 50 1B 0 37 55 1F 15 4A 28
Octal 261 120 33 0 67 125 37 25 112 50
Binary 10110001 1010000 11011 0 110111 1010101 11111 10101 1001010 101000

Color Harmonies of #B1501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1501B

Black with #B1501B

Text Example


Text Example

White with #B1501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1501B; }

 p { color: rgb(177,80,27); }

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

background-color css

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

 a { background-color: rgb(177,80,27); }

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

border-color css

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

 span { border-color: rgb(177,80,27); }

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