Html Css Color HEX #B0501B Rich Gold

📋 copy color: '#B0501B'

red 176 ◦ green 80 ◦ blue 27

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

Shades of Rich Gold #B0501B

Tints of Rich Gold #B0501B

RGB

 RED value IS 176 (69.14% from 255) = 62.19%

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

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

R = 62.19%
G = 28.27%
B = 9.54%

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

#B0501B (or 0xB0501B) is known color: Rich Gold. HEX triplet: B0, 50 and 1B. RGB value is (176,80,27). Sum of RGB (Red+Green+Blue) = 176+80+27=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B0501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0501B is #4FAFE4. Grayscale: #666666. Windows color (decimal): -5222373 or 1790128. OLE color: 1790128.

HSL color Cylindrical-coordinate representation of color #B0501B: hue angle of 21.34º degrees, saturation: 0.73, 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 #B0501B is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 27 -
CMYK 0 0.55 0.85 0.31
HSL 21.34º 0.73% 0.4% -
HSV(B) 21.34º 0.85% 0.69% -
XYZ 20.97 15.05 2.84 -
YUV 102.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 176 80 27 0 0.55 0.85 0.31 21.34 0.73 0.4
Hex B0 50 1B 0 37 55 1F 15 49 28
Octal 260 120 33 0 67 125 37 25 111 50
Binary 10110000 1010000 11011 0 110111 1010101 11111 10101 1001001 101000

Color Harmonies of #B0501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0501B

Black with #B0501B

Text Example


Text Example

White with #B0501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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