Html Css Color HEX #B0511C Rich Gold

📋 copy color: '#B0511C'

red 176 ◦ green 81 ◦ blue 28

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

Shades of Rich Gold #B0511C

Tints of Rich Gold #B0511C

RGB

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

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

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

R = 61.75%
G = 28.42%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0511C (or 0xB0511C) is known color: Rich Gold. HEX triplet: B0, 51 and 1C. RGB value is (176,81,28). Sum of RGB (Red+Green+Blue) = 176+81+28=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B0511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0511C is #4FAEE3. Grayscale: #676767. Windows color (decimal): -5222116 or 1855920. OLE color: 1855920.

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

Color convert

RGB 176 81 28 -
CMYK 0 0.54 0.84 0.31
HSL 21.49º 0.73% 0.4% -
HSV(B) 21.49º 0.84% 0.69% -
XYZ 21.06 15.2 2.92 -
YUV 103.36 85.47 179.81 -
System Red Green Blue C M Y K H S L
Decimal 176 81 28 0 0.54 0.84 0.31 21.49 0.73 0.4
Hex B0 51 1C 0 36 54 1F 15 49 28
Octal 260 121 34 0 66 124 37 25 111 50
Binary 10110000 1010001 11100 0 110110 1010100 11111 10101 1001001 101000

Color Harmonies of #B0511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0511C

Black with #B0511C

Text Example


Text Example

White with #B0511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0511C; }

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

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

background-color css

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

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

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

border-color css

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

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

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