Html Css Color HEX #B0551A Rich Gold

📋 copy color: '#B0551A'

red 176 ◦ green 85 ◦ blue 26

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

Shades of Rich Gold #B0551A

Tints of Rich Gold #B0551A

RGB

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

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

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

R = 61.32%
G = 29.62%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0551A (or 0xB0551A) is known color: Rich Gold. HEX triplet: B0, 55 and 1A. RGB value is (176,85,26). Sum of RGB (Red+Green+Blue) = 176+85+26=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0551A is #4FAAE5. Grayscale: #696969. Windows color (decimal): -5221094 or 1725872. OLE color: 1725872.

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

Color convert

RGB 176 85 26 -
CMYK 0 0.52 0.85 0.31
HSL 23.6º 0.74% 0.4% -
HSV(B) 23.6º 0.85% 0.69% -
XYZ 21.34 15.8 2.9 -
YUV 105.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 176 85 26 0 0.52 0.85 0.31 23.6 0.74 0.4
Hex B0 55 1A 0 34 55 1F 18 4A 28
Octal 260 125 32 0 64 125 37 30 112 50
Binary 10110000 1010101 11010 0 110100 1010101 11111 11000 1001010 101000

Color Harmonies of #B0551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0551A

Black with #B0551A

Text Example


Text Example

White with #B0551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0551A; }

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

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

background-color css

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

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

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

border-color css

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

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

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