Html Css Color HEX #B0501A Rich Gold

📋 copy color: '#B0501A'

red 176 ◦ green 80 ◦ blue 26

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

Shades of Rich Gold #B0501A

Tints of Rich Gold #B0501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 62.41%
G = 28.37%
B = 9.22%

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

#B0501A (or 0xB0501A) is known color: Rich Gold. HEX triplet: B0, 50 and 1A. RGB value is (176,80,26). Sum of RGB (Red+Green+Blue) = 176+80+26=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B0501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0501A is #4FAFE5. Grayscale: #666666. Windows color (decimal): -5222374 or 1724592. OLE color: 1724592.

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

Color convert

RGB 176 80 26 -
CMYK 0 0.55 0.85 0.31
HSL 21.6º 0.74% 0.4% -
HSV(B) 21.6º 0.85% 0.69% -
XYZ 20.96 15.04 2.78 -
YUV 102.55 84.8 180.39 -
System Red Green Blue C M Y K H S L
Decimal 176 80 26 0 0.55 0.85 0.31 21.6 0.74 0.4
Hex B0 50 1A 0 37 55 1F 16 4A 28
Octal 260 120 32 0 67 125 37 26 112 50
Binary 10110000 1010000 11010 0 110111 1010101 11111 10110 1001010 101000

Color Harmonies of #B0501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0501A

Black with #B0501A

Text Example


Text Example

White with #B0501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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