Html Css Color HEX #B0551C Rich Gold

📋 copy color: '#B0551C'

red 176 ◦ green 85 ◦ blue 28

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

Shades of Rich Gold #B0551C

Tints of Rich Gold #B0551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

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

R = 60.9%
G = 29.41%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0551C (or 0xB0551C) is known color: Rich Gold. HEX triplet: B0, 55 and 1C. RGB value is (176,85,28). Sum of RGB (Red+Green+Blue) = 176+85+28=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0551C is #4FAAE3. Grayscale: #6A6A6A. Windows color (decimal): -5221092 or 1856944. OLE color: 1856944.

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

Color convert

RGB 176 85 28 -
CMYK 0 0.52 0.84 0.31
HSL 23.11º 0.73% 0.4% -
HSV(B) 23.11º 0.84% 0.69% -
XYZ 21.36 15.81 3.02 -
YUV 105.71 84.15 178.13 -
System Red Green Blue C M Y K H S L
Decimal 176 85 28 0 0.52 0.84 0.31 23.11 0.73 0.4
Hex B0 55 1C 0 34 54 1F 17 49 28
Octal 260 125 34 0 64 124 37 27 111 50
Binary 10110000 1010101 11100 0 110100 1010100 11111 10111 1001001 101000

Color Harmonies of #B0551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0551C

Black with #B0551C

Text Example


Text Example

White with #B0551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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