Html Css Color HEX #B0511A Rich Gold

📋 copy color: '#B0511A'

red 176 ◦ green 81 ◦ blue 26

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

Shades of Rich Gold #B0511A

Tints of Rich Gold #B0511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

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

R = 62.19%
G = 28.62%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0511A (or 0xB0511A) is known color: Rich Gold. HEX triplet: B0, 51 and 1A. RGB value is (176,81,26). Sum of RGB (Red+Green+Blue) = 176+81+26=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B0511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0511A is #4FAEE5. Grayscale: #676767. Windows color (decimal): -5222118 or 1724848. OLE color: 1724848.

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

Color convert

RGB 176 81 26 -
CMYK 0 0.54 0.85 0.31
HSL 22º 0.74% 0.4% -
HSV(B) 22º 0.85% 0.69% -
XYZ 21.03 15.19 2.8 -
YUV 103.14 84.47 179.97 -
System Red Green Blue C M Y K H S L
Decimal 176 81 26 0 0.54 0.85 0.31 22 0.74 0.4
Hex B0 51 1A 0 36 55 1F 16 4A 28
Octal 260 121 32 0 66 125 37 26 112 50
Binary 10110000 1010001 11010 0 110110 1010101 11111 10110 1001010 101000

Color Harmonies of #B0511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0511A

Black with #B0511A

Text Example


Text Example

White with #B0511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0511A; }

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

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

background-color css

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

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

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

border-color css

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

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

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